peewee Documentation Release 2.10.2supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents: Installing and Testing Installing with git Running tests Optional dependencies Metadata Types Misc Hacks Optimistic Locking Top object per group Top N objects per group Writing custom functions with SQLite Note If you find any bugs, odd behavior, or have an idea for a new feature provides many SQLite-specific features such as: Full-text search with BM25 ranking. Support for custom functions, aggregates and collations Advanced transaction support And more! If you would like to0 码力 | 275 页 | 276.96 KB | 1 年前3
peewee Documentation
Release 2.10.2supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents 1 peewee Documentation, Release 2.10.2 2 Contents CHAPTER 1 Contents: provides many SQLite-specific fea- tures such as: • Full-text search with BM25 ranking. • Support for custom functions, aggregates and collations • Advanced transaction support • And more! If you would like compling the BerkeleyDB + SQLite library, then building a statically-linked pysqlite that uses the custom sqlite library. To connect to a BerkeleyDB database, we will use BerkeleyDatabase. Like SqliteDatabase0 码力 | 221 页 | 844.06 KB | 1 年前3
peewee Documentation Release 3.0.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents: Installing and Testing Installing with git Running tests Optional dependencies Delete queries More Hacks Optimistic Locking Top object per group Top N objects per group Writing custom functions with SQLite Note If you find any bugs, odd behavior, or have an idea for a new feature middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These0 码力 | 319 页 | 361.50 KB | 1 年前3
peewee Documentation
Release 3.5.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents: Installing and Testing Installing with git Running tests Optional dependencies Query Objects More Hacks Optimistic Locking Top object per group Top N objects per group Writing custom functions with SQLite Changes in 3.0 Backwards-incompatible New stuff Note If you find any bugs middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These0 码力 | 347 页 | 380.80 KB | 1 年前3
peewee Documentation Release 3.4.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents: Installing and Testing Installing with git Running tests Optional dependencies Query Objects More Hacks Optimistic Locking Top object per group Top N objects per group Writing custom functions with SQLite Note If you find any bugs, odd behavior, or have an idea for a new feature middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These0 码力 | 349 页 | 382.34 KB | 1 年前3
peewee Documentation
Release 3.5.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents 1 peewee Documentation, Release 3.5.0 2 Contents CHAPTER 1 Contents: middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These are def process_request(self, req, resp): database.connect() def process_response(self, req, resp, resource): if not database.is_closed(): database.close() application = falcon.API(middleware=[ PeeweeC0 码力 | 282 页 | 1.02 MB | 1 年前3
peewee Documentation
Release 3.4.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents 1 peewee Documentation, Release 3.4.0 2 Contents CHAPTER 1 Contents: middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These are def process_request(self, req, resp): database.connect() def process_response(self, req, resp, resource): if not database.is_closed(): database.close() application = falcon.API(middleware=[ PeeweeC0 码力 | 284 页 | 1.03 MB | 1 年前3
peewee Documentation Release 3.1.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents: Installing and Testing Installing with git Running tests Optional dependencies Query Objects More Hacks Optimistic Locking Top object per group Top N objects per group Writing custom functions with SQLite Note If you find any bugs, odd behavior, or have an idea for a new feature middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These0 码力 | 332 页 | 370.77 KB | 1 年前3
peewee Documentation
Release 3.3.0supports and the parameters they accept. There is also an extension module that contains special/custom field types. Contents 1 peewee Documentation, Release 3.3.0 2 Contents CHAPTER 1 Contents: middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These are def process_request(self, req, resp): database.connect() def process_response(self, req, resp, resource): if not database.is_closed(): database.close() application = falcon.API(middleware=[ PeeweeC0 码力 | 280 页 | 1.02 MB | 1 年前3
peewee Documentation Release 3.6.0Query Objects More Hacks Optimistic Locking Top object per group Top N objects per group Writing custom functions with SQLite Changes in 3.0 Backwards-incompatible New stuff Note If you find any bugs middleware gets executed, add it to your settings module: # settings.py MIDDLEWARE_CLASSES = ( # Our custom middleware appears first in the list. 'my_blog.middleware.PeeweeConnectionMiddleware', # These process_request(self, req, resp): database.connect() def process_response(self, req, resp, resource): if not database.is_closed(): database.close() application = falcon.API(middleware=[0 码力 | 377 页 | 399.12 KB | 1 年前3
共 16 条
- 1
- 2













