peewee Documentation
Release 2.0.2the test suite. python setup.py test Feel free to check out the Example app which ships with the project. 1.3 Upgrading peewee Peewee went from 2319 SLOC to 1666. 1.3.1 Goals for the new API • consistent: same thing. Meta configuration is passed on to subclasses, so this code basically allows all our project’s models to connect to our database. 3. Declare a model or two class User(BaseModel): username signals (a-la django) are provided in playhouse.signals. To use the signals, you will need all of your project’s models to be a subclass of playhouse.signals.Model, which overrides the necessary methods to provide0 码力 | 65 页 | 315.33 KB | 1 年前3
peewee Documentation Release 1.0.0the test suite. python setup.py test Feel free to check out the Example app which ships with the project. © Copyright charles leifer. Created using Sphinx 1.1.2. index next | previous | peewee 1.0.0 documentation same thing. Meta configuration is passed on to subclasses, so this code basically allows all our project’s models to connect to our database. 3. Declare a model or two class Blog(BaseModel): name signals (a-la django) are provided in playhouse.signals. To use the signals, you will need all of your project’s models to be a subclass of playhouse.signals.Model, which overrides the necessary methods to provide0 码力 | 101 页 | 163.20 KB | 1 年前3
peewee Documentation
Release 1.0.0the test suite. python setup.py test Feel free to check out the Example app which ships with the project. 1.3 Peewee Cookbook Below are outlined some of the ways to perform typical database-related tasks same thing. Meta configuration is passed on to subclasses, so this code basically allows all our project’s models to connect to our database. 3. Declare a model or two class Blog(BaseModel): name = CharField() signals (a-la django) are provided in playhouse.signals. To use the signals, you will need all of your project’s models to be a subclass of playhouse.signals.Model, which overrides the necessary methods to provide0 码力 | 71 页 | 405.29 KB | 1 年前3
peewee Documentation Release 2.10.2manually run: python setup.py build_sqlite_ext python setup.py install Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website [https://code.google.com/p/apsw/]. APSW provides special features like: Virtual tables,0 码力 | 275 页 | 276.96 KB | 1 年前3
peewee Documentation
Release 2.10.2manually run: python setup.py build_sqlite_ext python setup.py install 1.1.1 Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website. APSW provides special features like: • Virtual tables, virtual file-systems, Blob I/O,0 码力 | 221 页 | 844.06 KB | 1 年前3
peewee Documentation Release 3.0.0the REGEXP operator, and full-text search result ranking algorithms. Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website [https://code.google.com/p/apsw/]. APSW provides special features like: Virtual tables,0 码力 | 319 页 | 361.50 KB | 1 年前3
peewee Documentation
Release 3.5.0the REGEXP operator, and full-text search result ranking algorithms. Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website [https://code.google.com/p/apsw/]. APSW provides special features like: Virtual tables,0 码力 | 347 页 | 380.80 KB | 1 年前3
peewee Documentation Release 3.4.0the REGEXP operator, and full-text search result ranking algorithms. Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website [https://code.google.com/p/apsw/]. APSW provides special features like: Virtual tables,0 码力 | 349 页 | 382.34 KB | 1 年前3
peewee Documentation Release 3.1.0the REGEXP operator, and full-text search result ranking algorithms. Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website [https://code.google.com/p/apsw/]. APSW provides special features like: Virtual tables,0 码力 | 332 页 | 370.77 KB | 1 年前3
peewee Documentation
Release 3.5.0REG- EXP operator, and full-text search result ranking algorithms. 1.1.1 Installing with git The project is hosted at https://github.com/coleifer/peewee and can be installed using git: git clone https://github table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best to begin with your data model, by defining one or more Model classes: sqlite driver, an advanced Python SQLite driver. More information on APSW can be obtained on the APSW project website. APSW provides special features like: • Virtual tables, virtual file-systems, Blob I/O,0 码力 | 282 页 | 1.02 MB | 1 年前3
共 16 条
- 1
- 2













