peewee Documentation
Release 3.5.0Attention 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. It has few 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 3.4+ (developed with 3.6) • Built-in support s/b/d/0/8/bd080f7f1a889ae69e1ee518c83050fc/p1_1.jpg) 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 helpful0 码力 | 347 页 | 380.80 KB | 1 年前3
peewee Documentation
Release 2.10.2peewee Documentation Release 2.10.2 charles leifer Feb 05, 2018 Powered by TCPDF (www.tcpdf.org) ## Contents 1 Contents: 1.1 Installing and Testing 3 1.2 Quickstart 4 1.3 Example app 10 1.4 Transactions 78 1.13 Playhouse, extensions to Peewee 82 1.14 API Reference 154 1.15 Hacks 202 2 Note 209 3 Indices and tables 211 Peewee is a simple and small ORM. It has few (but expressive) concepts concepts, making it easy to learn and intuitive to use. • A small, expressive ORM • Written in python with support for versions 2.6+ and 3.2+. • built-in support for sqlite, mysql and postgresql • numerous0 码力 | 221 页 | 844.06 KB | 1 年前3
peewee Documentation
Release 3.3.0peewee Documentation Release 3.3.0 charles leifer Jul 27, 2018 Contents 1 Contents: 3 1.1 Installing and Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 1.16 Playhouse, extensions to Peewee . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 1.17 Query Builder . . . . . . . . . . . . 259 2 Note 267 3 Indices and tables 269 i ii peewee Documentation, Release 3.3.0 Attention: Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see0 码力 | 280 页 | 1.02 MB | 1 年前3
peewee Documentation
Release 3.4.0peewee Documentation Release 3.4.0 charles leifer Jul 27, 2018 Contents 1 Contents: 3 1.1 Installing and Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179 1.16 Playhouse, extensions to Peewee . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 1.17 Query Builder . . . . . . . . . . . . 263 2 Note 271 3 Indices and tables 273 i ii peewee Documentation, Release 3.4.0 Attention: Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see0 码力 | 284 页 | 1.03 MB | 1 年前3
peewee Documentation
Release 2.0.2# peewee Documentation Release 2.0.0 charles leifer April 29, 2014 Powered by TCPDF (www.tcpdf.org) • a small orm • written in python • provides a lightweight querying interface over sql • uses interface and RESTful API, check out flask-peewee. See notes on notes on upgrading and changes from 1.0 ## Contents: ### 1.1 Overview peewee is a lightweight ORM written in python. ## Examples: Examples: where(Counter.url == request.url) Check out the docs for notes on the methods of querying. #### 1.1.1 Why? peewee began when I was working on a small app in flask and found myself writing lots of queries and wanting0 码力 | 65 页 | 315.33 KB | 1 年前3
peewee Documentation
Release 0.9.7# peewee Documentation Release 0.9.7 charles leifer June 22, 2013 Powered by TCPDF (www.tcpdf.org) ## CONTENTS 1 Contents: 1.1 Overview ..... 3 1.2 Installing peewee ..... 4 1.3 Peewee Cookbook a small orm • written in python • provides a lightweight querying interface over sql • uses sql concepts when querying, like joins and where clauses ## CONTENTS: ### 1.1 Overview peewee is a lightweight lightweight ORM written in python. Examples: # a simple query selecting a user User.get(username='charles') # get the staff and super users editors = User.select().where(Q(is_staff=True) | Q(is_superuser=True))0 码力 | 53 页 | 347.03 KB | 1 年前3
peewee Documentation Release 1.0.0## 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 for special extensions like 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] RESTful API, check out flask-peewee [https://github.com/coleifer/flask-peewee/]. ## Contents: • Overview • Why? • Installing peewee • Installing with git • Peewee Cookbook • Database0 码力 | 101 页 | 163.20 KB | 1 年前3
peewee Documentation Release 3.0.0# PELLE 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 s/c/0/b/c/c0bc5f71558609a2e8b68ae841ab8e1a/p1_1.jpg) 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 Extensions • Getting started • APIs • Additional Features • Playhouse, extensions to Peewee • SQLiteQ • SQLite User-Defined Functions • apsw, an advanced sqlite driver0 码力 | 319 页 | 361.50 KB | 1 年前3
peewee Documentation Release 3.4.0Attention 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. It has few 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 3.4+ (developed with 3.6) • Built-in support s/a/c/4/0/ac40b6d835d4360b441511d2367e213f/p1_1.jpg) 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 helpful0 码力 | 349 页 | 382.34 KB | 1 年前3
peewee Documentation Release 2.10.2# PELLE 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 s/2/7/d/f/27df9d8964910e9e62e21ac733603ebb/p1_1.jpg) 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 • Nesting Transactions - Explicit transaction - Autocommit Mode - Playhouse, extensions to Peewee - SQLite Extensions - SQLiteQ - Sqlite User-Defined Functions - apsw, an advanced0 码力 | 275 页 | 276.96 KB | 1 年前3
共 614 条
- 1
- 2
- 3
- 4
- 5
- 6
- 62













