peewee Documentation Release 3.5.0
peewee Attention Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see a list of backwards-incompatible changes, see the list of changes. Peewee is a simple and small ORM. full-text- search, schema migrations, and much more). Peewee’s source code hosted on GitHub [https://github.com/coleifer/peewee]. New to peewee? Here is a list of documents you might find most helpful how to construct queries and combine expressions. Field types table lists the various field types peewee supports and the parameters they accept. There is also an extension module that contains special/custom0 码力 | 347 页 | 380.80 KB | 1 年前3peewee Documentation Release 1.0.0
index next | peewee 1.0.0 documentation » peewee a small orm written in python provides a lightweight querying interface over sql uses sql concepts when querying, like joins and where clauses support like hstore [http://peewee.readthedocs.org/en/latest/peewee/playhouse.html#postgresql-extensions-hstore-ltree] and full-text search [http://peewee.readthedocs.org/en/latest/peewee/playhouse.html#full-text-search] interface and RESTful API, check out flask-peewee [https://github.com/coleifer/flask-peewee/]. Contents: Overview Why? Installing peewee Installing with git Peewee Cookbook Database and Connection Recipes0 码力 | 101 页 | 163.20 KB | 1 年前3peewee Documentation Release 3.0.0
peewee Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. A small, expressive ORM Written in python with support for versions 2.7+ and full-text- search, schema migrations, and much more). Peewee’s source code hosted on GitHub [https://github.com/coleifer/peewee]. New to peewee? Here is a list of documents you might find most helpful how to construct queries and combine expressions. Field types table lists the various field types peewee supports and the parameters they accept. There is also an extension module that contains special/custom0 码力 | 319 页 | 361.50 KB | 1 年前3peewee Documentation Release 3.4.0
peewee Attention Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see a list of backwards-incompatible changes, see the list of changes. Peewee is a simple and small ORM. full-text- search, schema migrations, and much more). Peewee’s source code hosted on GitHub [https://github.com/coleifer/peewee]. New to peewee? Here is a list of documents you might find most helpful how to construct queries and combine expressions. Field types table lists the various field types peewee supports and the parameters they accept. There is also an extension module that contains special/custom0 码力 | 349 页 | 382.34 KB | 1 年前3peewee Documentation Release 2.10.2
peewee Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. A small, expressive ORM Written in python with support for versions 2.6+ and full-text- search, schema migrations, and much more). Peewee’s source code hosted on GitHub [https://github.com/coleifer/peewee]. New to peewee? Here is a list of documents you might find most helpful how to construct queries and combine expressions. Field types table lists the various field types peewee supports and the parameters they accept. There is also an extension module that contains special/custom0 码力 | 275 页 | 276.96 KB | 1 年前3peewee Documentation Release 0.9.7
index next | peewee 0.9.7 documentation » peewee a small orm written in python provides a lightweight querying interface over sql uses sql concepts when querying, like joins and where clauses Contents: Contents: Overview Why? Installing peewee Installing with git Peewee Cookbook Database and Connection Recipes Creating, Reading, Updating and Deleting Working with transactions Introspecting databases Copyright 2011, charles leifer. Created using Sphinx 1.1.3. index next | previous | peewee 0.9.7 documentation » Overview peewee is a lightweight ORM [http://en.wikipedia.org/wiki/Object-relational_mapping]0 码力 | 78 页 | 143.68 KB | 1 年前3peewee Documentation Release 3.6.0
peewee Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. a small, expressive ORM python 2.7+ and 3.4+ (developed with 3.6) supports supports sqlite, mysql and postgresql tons of extensions Peewee’s source code hosted on GitHub [https://github.com/coleifer/peewee]. New to peewee? These may help: Quickstart Example twitter app Models database configuration Dynamically defining a database Connection Management Connection Pooling Testing Peewee Applications Async with Gevent Framework Integration Executing Queries Managing Transactions Database0 码力 | 377 页 | 399.12 KB | 1 年前3peewee Documentation Release 3.1.0
peewee Attention Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see a list of backwards-incompatible changes, see the list of changes. Peewee is a simple and small ORM. full-text- search, schema migrations, and much more). Peewee’s source code hosted on GitHub [https://github.com/coleifer/peewee]. New to peewee? Here is a list of documents you might find most helpful how to construct queries and combine expressions. Field types table lists the various field types peewee supports and the parameters they accept. There is also an extension module that contains special/custom0 码力 | 332 页 | 370.77 KB | 1 年前3peewee Documentation Release 1.0.0
peewee Documentation Release 1.0.0 charles leifer January 12, 2013 CONTENTS i ii peewee Documentation, Release 1.0.0 • a small orm • written in python • provides a lightweight querying interface interface and RESTful API, check out flask-peewee. CONTENTS 1 peewee Documentation, Release 1.0.0 2 CONTENTS CHAPTER ONE CONTENTS: 1.1 Overview peewee is a lightweight ORM written in python. Examples: ) # get tweets by editors Tweet.filter(Q(user__is_staff=True) | Q(user__is_superuser=True)) 3 peewee Documentation, Release 1.0.0 You can use python operators to create select queries: # how many0 码力 | 71 页 | 405.29 KB | 1 年前3peewee Documentation Release 3.5.0
peewee Documentation Release 3.5.0 charles leifer Jul 27, 2018 Contents 1 Contents: 3 1.1 Installing and Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 1.11 Playhouse, extensions to Peewee . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 1.12 Query Examples . . . . . . . . . . . 265 2 Note 269 3 Indices and tables 271 i ii peewee Documentation, Release 3.5.0 Attention: Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see0 码力 | 282 页 | 1.02 MB | 1 年前3
共 43 条
- 1
- 2
- 3
- 4
- 5