搜索

排序方式
8 个文档
  • pdf 文档 peewee Documentation Release 1.0.0

    0 码力 | 71 页 | 405.29 KB | 1 年前
    3
    The document provides an overview of Peewee, a lightweight ORM for Python, and demonstrates its usage through various examples. It covers installation methods, database configuration, model definitions, query operations, and integration with different database systems like SQLite, PostgreSQL, and MySQL. The documentation also includes guidance on creating tables, handling database connections, and managing transactions. Additionally, it highlights Peewee's flexibility in supporting custom database drivers and its approach to database interactions through higher-level abstractions.
  • pdf 文档 peewee Documentation Release 3.5.0

    0 码力 | 282 页 | 1.02 MB | 1 年前
    3
    The document provides a comprehensive guide to Peewee ORM, a lightweight and flexible Python ORM supporting SQLite, MySQL, and PostgreSQL. It highlights the release of version 3.5.0, featuring a generic lower-level API for query construction, enhanced SQLite support with extensions, and detailed instructions on database configuration, data operations, and advanced query building. The guide also includes examples for database connections, schema migrations, and query optimization.
  • pdf 文档 peewee Documentation Release 3.6.0

    0 码力 | 302 页 | 1.02 MB | 1 年前
    3
    Peewee 是一个简单且强大的ORM(对象关系映射)工具,支持Python 2.7+和3.4+,适用于SQLite、MySQL和PostgreSQL等关系型数据库。文档详细介绍了Peewee的安装、配置、核心功能(如模型定义、查询构建、关系处理)以及高级特性(如异步支持和数据库迁移)。此外,文档还提供了示例应用和扩展模块的信息,帮助用户快速上手和深入使用Peewee。
  • pdf 文档 peewee Documentation Release 2.10.2

    0 码力 | 221 页 | 844.06 KB | 1 年前
    3
    The document provides a comprehensive guide to Peewee ORM, focusing on its primary features such as model definition, data storage, and retrieval. It covers essential aspects like database management, query optimization, and performance techniques for handling large datasets. The guide also includes information on transactions, database migrations, and extending Peewee with custom drivers. Key topics include using the iterator() and naive() methods for efficient data iteration, as well as tools like pskel for generating model boilerplate code.
  • pdf 文档 peewee Documentation Release 3.3.0

    0 码力 | 280 页 | 1.02 MB | 1 年前
    3
    文档主要介绍了Peewee ORM的基本用法,包括如何连接不同的数据库(如SQLite、MySQL和PostgreSQL),定义模型类,执行事务管理,构建查询,以及使用扩展模块(如playhouse)。文档还提到了Peewee的高级功能,如数据库连接池、模型元选项、查询优化以及与Flask框架的集成。此外,文档还提供了示例代码和配置选项,帮助用户更好地理解和使用Peewee ORM。
  • pdf 文档 peewee Documentation Release 3.4.0

    0 码力 | 284 页 | 1.03 MB | 1 年前
    3
    Peewee是一个简单且功能强大的Python ORM框架,支持SQLite、MySQL和PostgreSQL等数据库。文档详细介绍了Peewee的核心功能,包括模型定义、查询构建、数据库连接管理以及高级特性如递归CTE查询、查询构建器、扩展模块和数据导出导入功能。Peewee以其简洁易用的API和强大的扩展性著称,适合快速开发和维护数据库驱动的应用。
  • pdf 文档 peewee Documentation Release 2.0.2

    0 码力 | 65 页 | 315.33 KB | 1 年前
    3
    The document provides an overview of peewee, a lightweight Python ORM, including installation instructions, API changes from version 1.0 to 2.0, database adapters, query construction, and examples. It covers the evolution of peewee, its architecture, and features such as query compilation, model definitions, database transactions, and schema migrations. The document also includes a sample web application and notes on database introspection.
  • pdf 文档 peewee Documentation Release 0.9.7

    0 码力 | 53 页 | 347.03 KB | 1 年前
    3
    文档介绍了Peewee ORM的安装、配置和使用方法。主要内容包括如何安装Peewee,如何通过定义模型与不同数据库(如SQLite、PostgreSQL、MySQL)连接,以及如何进行基本的数据库操作(如创建、读取、更新和删除记录)。文档还提供了示例代码和使用场景,展示了Peewee在Web应用中的应用,特别是通过一个基于Flask的示例项目演示了其功能。
共 8 条
  • 1
前往