• epub 文档 peewee Documentation Release 1.0.0

    0 码力 | 101 页 | 163.20 KB | 1 年前
    3
    文档详细介绍了Peewee,一个轻量级的Python对象关系映射(ORM)库。它提供了数据库连接、查询、事务和模型定义等特性。Peewee支持多种数据库,如Sqlite、MySQL和PostgreSQL,并使用BaseAdapter抽象层来提供一致的数据库接口。文档还包括安装指南、模型API、查询API和示例应用等内容。
  • epub 文档 peewee Documentation Release 3.0.0

    0 码力 | 319 页 | 361.50 KB | 1 年前
    3
    文档详细介绍了Peewee,一个简单且小巧的Python对象关系映射(ORM)库。Peewee支持SQLite、MySQL和PostgreSQL数据库,并提供多种扩展。文档涵盖了Peewee的快速入门、查询操作、字段类型、模式管理、模型、查询构建器、数据库错误处理、日志记录等特性。
  • epub 文档 peewee Documentation Release 3.4.0

    0 码力 | 349 页 | 382.34 KB | 1 年前
    3
    本文档详细介绍了Peewee,一个简单且小巧的ORM(对象关系映射)工具。它支持Python 2.7+和3.4+版本,并内置对SQLite、MySQL和PostgreSQL的支持。文档涵盖了安装、测试、快速入门、模型定义、数据存储、数据检索、数据库连接、错误处理等内容,并提供了一些示例和扩展模块的介绍。
  • epub 文档 peewee Documentation Release 2.10.2

    0 码力 | 275 页 | 276.96 KB | 1 年前
    3
    文档详细介绍了Peewee,一个简单且小巧的ORM,适用于Python 2.6+和3.2+版本,支持sqlite、mysql和postgresql等数据库。文档涵盖了Peewee的基本用法、扩展模块、数据库API、与Flask的集成等内容。
  • epub 文档 peewee Documentation Release 0.9.7

    0 码力 | 78 页 | 143.68 KB | 1 年前
    3
    文档介绍了peewee,一个轻量级的Python对象关系映射(ORM)框架。它提供了创建、读取、更新和删除数据库记录的接口,以及构建复杂查询的方法。文档涵盖了peewee的安装、配置、数据库连接、模型定义、查询构建以及与Django ORM的相似之处。
  • epub 文档 peewee Documentation Release 3.6.0

    0 码力 | 377 页 | 399.12 KB | 1 年前
    3
    文档介绍了peewee 3.6.0版本的更新内容,包括query-builder的重写、新增的SQLite特性、数据库驱动支持以及贡献指南。文档还提供了安装和测试说明,帮助用户了解和使用peewee ORM库。
  • epub 文档 peewee Documentation Release 3.1.0

    0 码力 | 332 页 | 370.77 KB | 1 年前
    3
    文档介绍了Peewee 3.1.0版本的功能,包括ORM特性、数据库支持(SQLite、MySQL、PostgreSQL)、事务管理、错误处理、查询日志等。文档还提供了安装指南、快速入门教程、模型定义示例以及如何贡献代码的信息。
  • 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.
共 16 条
  • 1
  • 2
前往