 peewee Documentation
Release 3.5.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build Quickstart This document presents a brief, high-level overview of Peewee’s primary features. This peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ 'journal_mode': 'wal', 'cache_size': -1024 * 64}) # Connect to0 码力 | 347 页 | 380.80 KB | 1 年前3 peewee Documentation
Release 3.5.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build Quickstart This document presents a brief, high-level overview of Peewee’s primary features. This peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ 'journal_mode': 'wal', 'cache_size': -1024 * 64}) # Connect to0 码力 | 347 页 | 380.80 KB | 1 年前3
 peewee Documentation Release 3.4.0Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Changes in 3.0 Backwards-incompatible New stuff API Documentation Database Query-builder Fields If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build Quickstart This document presents a brief, high-level overview of Peewee’s primary features. This0 码力 | 349 页 | 382.34 KB | 1 年前3 peewee Documentation Release 3.4.0Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Changes in 3.0 Backwards-incompatible New stuff API Documentation Database Query-builder Fields If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build Quickstart This document presents a brief, high-level overview of Peewee’s primary features. This0 码力 | 349 页 | 382.34 KB | 1 年前3
 peewee Documentation
Release 3.5.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ 'journal_mode': 'wal', 'cache_size': -1024 * 64}) # Connect to a MySQL0 码力 | 282 页 | 1.02 MB | 1 年前3 peewee Documentation
Release 3.5.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ 'journal_mode': 'wal', 'cache_size': -1024 * 64}) # Connect to a MySQL0 码力 | 282 页 | 1.02 MB | 1 年前3
 peewee Documentation
Release 3.3.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect to a0 码力 | 280 页 | 1.02 MB | 1 年前3 peewee Documentation
Release 3.3.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect to a0 码力 | 280 页 | 1.02 MB | 1 年前3
 peewee Documentation
Release 3.4.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect to a0 码力 | 284 页 | 1.03 MB | 1 年前3 peewee Documentation
Release 3.4.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect to a0 码力 | 284 页 | 1.03 MB | 1 年前3
 peewee Documentation Release 3.6.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build Quickstart This document presents a brief, high-level overview of Peewee’s primary features. This peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ 'journal_mode': 'wal', 'cache_size': -1024 * 64}) # Connect to0 码力 | 377 页 | 399.12 KB | 1 年前3 peewee Documentation Release 3.6.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build Quickstart This document presents a brief, high-level overview of Peewee’s primary features. This peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ 'journal_mode': 'wal', 'cache_size': -1024 * 64}) # Connect to0 码力 | 377 页 | 399.12 KB | 1 年前3
 peewee Documentation
Release 3.6.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features database- specific configuration options. from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ (continues on next page)0 码力 | 302 页 | 1.02 MB | 1 年前3 peewee Documentation
Release 3.6.0If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i 3 peewee Documentation SQLite-specific C extensions, you can set the NO_SQLITE environment variable: $ NO_SQLITE=1 python setup.py build 1.2 Quickstart This document presents a brief, high-level overview of Peewee’s primary features database- specific configuration options. from peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas={ (continues on next page)0 码力 | 302 页 | 1.02 MB | 1 年前3
 peewee Documentation Release 3.1.0Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Changes in 3.0 Backwards-incompatible New stuff API Documentation Database Query-builder Fields If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect0 码力 | 332 页 | 370.77 KB | 1 年前3 peewee Documentation Release 3.1.0Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Changes in 3.0 Backwards-incompatible New stuff API Documentation Database Query-builder Fields If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect0 码力 | 332 页 | 370.77 KB | 1 年前3
 peewee Documentation Release 3.0.0Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Changes in 3.0 Backwards-incompatible New stuff API Documentation Database Query-builder Fields If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect0 码力 | 319 页 | 361.50 KB | 1 年前3 peewee Documentation Release 3.0.0Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Changes in 3.0 Backwards-incompatible New stuff API Documentation Database Query-builder Fields If you would like to build the SQLite extension in a git checkout, you can run: # Build the C extension and place shared libraries alongside other modules. python setup.py build_ext -i Running tests peewee import * # SQLite database using WAL journal mode and 64MB cache. sqlite_db = SqliteDatabase('/path/to/app.db', pragmas=( ('journal_mode', 'wal'), ('cache_size', -1024 * 64))) # Connect0 码力 | 319 页 | 361.50 KB | 1 年前3
 peewee Documentation Release 2.10.2Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Playhouse, extensions to Peewee Sqlite Extensions SqliteQ Sqlite User-Defined Functions apsw, an module should be built using the build_sqlite_ext command. Note If you have Cython installed, then the speedups module will automatically be built. If you wish to also build the SQLite Cython extension, you must manually 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: git0 码力 | 275 页 | 276.96 KB | 1 年前3 peewee Documentation Release 2.10.2Inserts Transactions Context manager Decorator Nesting Transactions Explicit transaction Autocommit Mode Playhouse, extensions to Peewee Sqlite Extensions SqliteQ Sqlite User-Defined Functions apsw, an module should be built using the build_sqlite_ext command. Note If you have Cython installed, then the speedups module will automatically be built. If you wish to also build the SQLite Cython extension, you must manually 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: git0 码力 | 275 页 | 276.96 KB | 1 年前3
共 16 条
- 1
- 2














