• pdf 文档 peewee Documentation Release 1.0.0

    0 码力 | 71 页 | 405.29 KB | 1 年前
    3
    文档介绍了peewee ORM的功能,包括模型定义、数据库支持、查询API,以及如何安装和配置。文档还提供了示例应用程序和使用说明,涵盖数据库迁移、Flask集成、ORM操作等内容。
  • pdf 文档 peewee Documentation Release 3.5.0

    0 码力 | 282 页 | 1.02 MB | 1 年前
    3
    文档介绍了Peewee,一个简单且功能强大的Python对象关系映射(ORM)工具。它支持SQLite、MySQL和PostgreSQL,并提供了丰富的扩展功能。文档详细说明了Peewee的基本概念、安装方法、新功能以及如何使用它进行数据库操作,包括查询构建、事务管理、数据库连接和模型生成工具。
  • pdf 文档 peewee Documentation Release 3.6.0

    0 码力 | 302 页 | 1.02 MB | 1 年前
    3
    The document introduces the release of Peewee ORM version 3.6.0, highlighting its features, updates, and compatibility. It covers the ORM's support for SQLite, MySQL, and PostgreSQL, including specific extensions and improvements. Key updates include changes to the query-builder, virtual-table implementation, and database connection handling. The document also details changes in database and model meta options, as well as deprecated features. It provides information on installation, testing, and usage, along with extensions like Playhouse for additional functionality.
  • pdf 文档 peewee Documentation Release 2.10.2

    0 码力 | 221 页 | 844.06 KB | 1 年前
    3
    Peewee 是一个简单且小型的ORM(对象关系映射)框架,支持Python 2.6+ 和 3.2+,内置支持SQLite、MySQL和PostgreSQL,并提供多种扩展模块。文档详细介绍了Peewee的核心功能,包括数据库管理、框架集成、错误处理、连接池、事务管理、查询日志以及数据迁移等。此外,还提供了安装指南和使用说明,帮助用户快速上手和深入集成Peewee到项目中。
  • pdf 文档 peewee Documentation Release 3.3.0

    0 码力 | 280 页 | 1.02 MB | 1 年前
    3
    文档主要介绍了Peewee ORM的3.0版本更新内容,包括新功能、不兼容变化以及使用方法。重点介绍了虚拟表的实现、SQLite扩展功能、查询构建器的改进、新增的数据库支持以及回滚钩子等功能。文档还提供了如何安装、配置和使用Peewee ORM的详细信息,适用于开发者快速上手和深入使用。
  • pdf 文档 peewee Documentation Release 3.4.0

    0 码力 | 284 页 | 1.03 MB | 1 年前
    3
    Peewee 是一个简单且小巧的 Python ORM,支持 Python 2.7+ 和 3.4+,内置支持 SQLite、MySQL 和 Postgresql。文档介绍了 Peewee 的核心功能、安装方法、扩展模块以及从 2.x 版本升级到 3.x 版本时的不兼容更改。主要内容包括数据库连接上下文的更改、模型元选项的调整、字段类的重命名,以及如何获取表的列信息和外键信息。
  • pdf 文档 peewee Documentation Release 2.0.2

    0 码力 | 65 页 | 315.33 KB | 1 年前
    3
    文档介绍了peewee,一个用Python编写的轻量级ORM库。它提供了对多种数据库(如SQLite、MySQL和PostgreSQL)的接口,并支持复杂的查询操作。文档展示了如何使用模型定义数据库结构,执行基本的CRUD操作,并提供了示例代码。此外,还介绍了PostgreSQL的HStore扩展支持。
  • pdf 文档 peewee Documentation Release 0.9.7

    0 码力 | 53 页 | 347.03 KB | 1 年前
    3
    文档介绍了Peewee ORM的基本功能和使用方法,包括模型定义、数据库连接、查询API的使用以及如何执行基本的数据库操作。文档还展示了如何使用Peewee进行复杂的查询,如连接和条件查询,并提供了多个数据库(如SQLite和PostgreSQL)的支持。
共 8 条
  • 1
前往