 peewee Documentation Release 2.10.2Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Guide to the various query operators describes how to construct queries and combine expressions SQLite Using BerkeleyDB Using MySQL Connecting using a Database URL Multi-threaded applications Run-time database configuration Dynamically defining a database Connection Pooling Read Slaves Schema migrations it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 275 页 | 276.96 KB | 1 年前3 peewee Documentation Release 2.10.2Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Guide to the various query operators describes how to construct queries and combine expressions SQLite Using BerkeleyDB Using MySQL Connecting using a Database URL Multi-threaded applications Run-time database configuration Dynamically defining a database Connection Pooling Read Slaves Schema migrations it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 275 页 | 276.96 KB | 1 年前3
 peewee Documentation
Release 2.10.2Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Guide to the various query operators describes how to construct queries and combine immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 2.10.2 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 221 页 | 844.06 KB | 1 年前3 peewee Documentation
Release 2.10.2Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Guide to the various query operators describes how to construct queries and combine immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 2.10.2 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 221 页 | 844.06 KB | 1 年前3
 peewee Documentation Release 3.0.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Guide to the various query operators describes how to construct queries and combine expressions Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Framework it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 319 页 | 361.50 KB | 1 年前3 peewee Documentation Release 3.0.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Guide to the various query operators describes how to construct queries and combine expressions Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Framework it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 319 页 | 361.50 KB | 1 年前3
 peewee Documentation
Release 3.5.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Example Twitter app written using Flask framework. Guide to the various query operators Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 347 页 | 380.80 KB | 1 年前3 peewee Documentation
Release 3.5.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Example Twitter app written using Flask framework. Guide to the various query operators Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 347 页 | 380.80 KB | 1 年前3
 peewee Documentation Release 3.4.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Example queries taken from the PostgreSQL exercises website [https://pgexercises.com] Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 349 页 | 382.34 KB | 1 年前3 peewee Documentation Release 3.4.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Example queries taken from the PostgreSQL exercises website [https://pgexercises.com] Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 349 页 | 382.34 KB | 1 年前3
 peewee Documentation Release 3.1.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Example queries taken from the PostgreSQL exercises website [https://pgexercises.com] Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 332 页 | 370.77 KB | 1 年前3 peewee Documentation Release 3.1.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. Example queries taken from the PostgreSQL exercises website [https://pgexercises.com] Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done0 码力 | 332 页 | 370.77 KB | 1 年前3
 peewee Documentation
Release 3.5.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Example Twitter app written using Flask framework. • Guide to the various query operators immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 3.5.0 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 282 页 | 1.02 MB | 1 年前3 peewee Documentation
Release 3.5.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Example Twitter app written using Flask framework. • Guide to the various query operators immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 3.5.0 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 282 页 | 1.02 MB | 1 年前3
 peewee Documentation
Release 3.4.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Example queries taken from the PostgreSQL exercises website. • Guide to the various immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 3.4.0 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 284 页 | 1.03 MB | 1 年前3 peewee Documentation
Release 3.4.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Example queries taken from the PostgreSQL exercises website. • Guide to the various immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 3.4.0 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 284 页 | 1.03 MB | 1 年前3
 peewee Documentation
Release 3.3.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Example queries taken from the PostgreSQL exercises website. • Guide to the various immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 3.3.0 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 280 页 | 1.02 MB | 1 年前3 peewee Documentation
Release 3.3.0Quickstart guide – this guide covers all the bare essentials. It will take you between 5 and 10 minutes to go through it. • Example queries taken from the PostgreSQL exercises website. • Guide to the various immediately, as opposed to 1.2. Quickstart 5 peewee Documentation, Release 3.3.0 some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one-time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 280 页 | 1.02 MB | 1 年前3
 peewee Documentation Release 3.6.0Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one- time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 377 页 | 399.12 KB | 1 年前3 peewee Documentation Release 3.6.0Initializing a Database Using Postgresql Using SQLite Using MySQL Connecting using a Database URL Run-time database configuration Dynamically defining a database Connection Management Connection Pooling Testing it will reveal any errors with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done Creating tables In order to start using the models, its necessary to create the tables. This is a one- time operation and can be done quickly using the interactive interpreter. We can create a small helper0 码力 | 377 页 | 399.12 KB | 1 年前3
共 16 条
- 1
- 2














