peewee Documentation Release 1.0.0
0 码力 | 101 页 | 163.20 KB | 1 年前The document introduces peewee, a lightweight Python ORM that provides a querying interface over SQL. It supports databases like SQLite, MySQL, and PostgreSQL, and includes features such as model creation, database connections, transactions, and schema migrations. The document also covers querying capabilities, including Django-style queries and subqueries, as well as integration with Flask for RESTful APIs and admin interfaces.
peewee Documentation Release 3.0.0
0 码力 | 319 页 | 361.50 KB | 1 年前The document provides a comprehensive overview of Peewee, a lightweight and simple ORM for Python. It supports SQLite, MySQL, and PostgreSQL, with additional extensions available. The guide covers model definition, data storage and retrieval, database configuration, transaction management, error handling, and query logging. It also includes information on installation, usage with Flask, and contributing to the project.
peewee Documentation Release 3.4.0
0 码力 | 349 页 | 382.34 KB | 1 年前文档介绍了Peewee ORM 3.4.0版本的功能和使用方法,包括数据库支持、查询构建、模型定义、扩展模块以及安装和测试等内容。Peewee支持SQLite、MySQL和PostgreSQL,并提供了丰富的扩展功能,如Schema Migrations、Flask工具和虚拟表实现。文档还介绍了如何贡献代码、报告问题以及快速入门指南。
peewee Documentation Release 2.10.2
0 码力 | 275 页 | 276.96 KB | 1 年前文档介绍了peewee,一个简单且表达力强的Python ORM库。它支持SQLite、MySQL和PostgreSQL,并提供多种扩展模块。文档涵盖了模型定义、数据存储与检索、数据库连接、错误处理、日志记录以及如何添加新数据库驱动等内容。用户可以通过pip安装peewee,并使用其提供的工具如pskel生成脚本。文档还介绍了如何通过GitHub贡献代码和报告问题。
peewee Documentation Release 0.9.7
0 码力 | 78 页 | 143.68 KB | 1 年前文档介绍了Peewee,一个轻量级的Python ORM库,提供了基于SQL的查询接口。Peewee使用SQL概念构建查询,支持多种数据库引擎,并通过模型API简化数据库操作。文档详细讲解了安装、数据库连接、模型定义、查询构建、事务处理以及示例应用等内容,展示了Peewee在数据库管理和查询方面的强大功能。
peewee Documentation Release 3.6.0
0 码力 | 377 页 | 399.12 KB | 1 年前The document introduces the features and updates of Peewee ORM version 3.6.0. It highlights the rewritten query-builder for flexibility and power, integration of SQLite-specific features into the core Peewee, support for various database drivers, and numerous extensions including virtual-table implementation, user-defined functions, and more. The document also provides instructions for installation, testing, and contributing to the project.
peewee Documentation Release 3.1.0
0 码力 | 332 页 | 370.77 KB | 1 年前Peewee 是一个简单且小巧的 Python ORM,支持 SQLite、MySQL 和 PostgreSQL。它提供模型定义、数据存储和检索功能,支持事务管理、查询执行和数据库连接管理。文档还介绍了如何安装和测试、扩展模块的使用以及如何为新数据库添加驱动程序。
peewee Documentation
Release 3.5.0
0 码力 | 347 页 | 380.80 KB | 1 年前文档介绍了Peewee ORM的基本功能,包括插入、更新和删除查询,以及如何编写自定义函数。它还涵盖了Peewee对SQLite、MySQL和PostgreSQL的支持,以及版本3.0中的新功能和不兼容性变化。文档还提供了安装、测试和添加新数据库驱动的指南。
共 8 条
- 1













