## Playhouse
The `playhouse` namespace contains numerous extensions to Peewee. These include vendor-specific database extensions, high-level abstractions to simplify working with databases, and tools for low-level database operations and introspection.
### Vendor extensions
* [SQLite extensions](http://docs.peewee-orm.com/en/latest/peewee/sqlite_ext.html)
* Full-text search (FTS3/4/5)
* BM25 ranking algorithm implemented as SQLite C extension, backported to FTS4
* Virtual tables and C extensions
* Closure tables
* JSON extension support
* LSM1 (key/value database) support
* BLOB API
* Online backup API
* [APSW extensions](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#apsw): use Peewee with the powerful [APSW](https://github.com/rogerbinns/apsw) SQLite driver.
* [SQLCipher](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#sqlcipher-ext): encrypted SQLite databases.
* [SqliteQ](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#sqliteq): dedicated writer thread for multi-threaded SQLite applications. [More info here](http://charlesleifer.com/blog/multi-threaded-sqlite-without-the-operationalerrors/).
* [Postgresql extensions](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#postgres-ext)
* JSON and JSONB
* HStore
* Arrays
* Server-side cursors
* Full-text search
### High-level libraries
* [Extra fields](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#extra-fields)
* Compressed field
* PickleField
* [Shortcuts / helpers](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#shortcuts)
* Model-to-dict serializer
* Dict-to-model deserializer
* [Hybrid attributes](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#hybrid)
* [Signals](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#signals): pre/post-save, pre/post-delete, pre-init.
* [Dataset](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#dataset): high-level API for working with databases popuarlized by the [project of the same name](https://dataset.readthedocs.io/).
* [Key/Value Store](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#kv): key/value store using SQLite. Supports *smart indexing*, for *Pandas*-style queries.
### Database management and framework support
* [pwiz](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#pwiz): generate model code from a pre-existing database.
* [Schema migrations](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#migrate): modify your schema using high-level APIs. Even supports dropping or renaming columns in SQLite.
* [Connection pool](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#pool): simple connection pooling.
* [Reflection](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#reflection): low-level, cross-platform database introspection
* [Database URLs](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#db-url): use URLs to connect to database
* [Test utils](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#test-utils): helpers for unit-testing Peewee applications.
* [Flask utils](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#flask-utils): paginated object lists, database connection management, and more.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:peewee-3.3.3.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
Python库 | peewee-3.3.3.tar.gz (119个子文件)
make.bat 4KB
theme.conf 164B
blog.min.css 101KB
hilite.css 2KB
small_flask.css 976B
style.css 797B
flasky.css_t 6KB
glyphicons-halflings-regular.eot 20KB
sqlite_constants.h 28KB
connection.h 5KB
cursor.h 2KB
cache.h 2KB
microprotocols.h 2KB
statement.h 2KB
module.h 2KB
util.h 2KB
prepare_protocol.h 1KB
backup.h 1KB
row.h 1KB
base.html 3KB
create.html 1KB
user_detail.html 780B
pagination.html 778B
layout.html 750B
layout.html 696B
login.html 663B
index.html 636B
relations.html 590B
join.html 487B
detail.html 429B
login.html 407B
logout.html 363B
user_following.html 305B
user_followers.html 305B
create.html 291B
user_list.html 286B
private_messages.html 254B
public_messages.html 253B
edit.html 250B
message.html 198B
pagination.html 178B
homepage.html 106B
tweepee.jpg 30KB
schema.jpg 11KB
jquery-1.11.0.min.js 94KB
bootstrap.min.js 28KB
LICENSE 1KB
Makefile 4KB
CHANGELOG.md 73KB
README.md 3KB
PKG-INFO 9KB
schema-horizontal.png 58KB
peewee-white.png 16KB
peewee-white.png 16KB
postgresql.png 4KB
sqlite.png 2KB
peewee3-logo.png 2KB
peewee-logo.png 2KB
mysql.png 1KB
peewee.py 205KB
sqlite_ext.py 41KB
migrate.py 26KB
reflection.py 24KB
sqlite_udf.py 13KB
postgres_ext.py 13KB
dataset.py 12KB
app.py 11KB
pool.py 10KB
sqliteq.py 10KB
app.py 9KB
conf.py 7KB
pwiz.py 7KB
shortcuts.py 6KB
flask_utils.py 6KB
kv.py 5KB
sqlcipher_ext.py 4KB
app.py 4KB
reports.py 4KB
apsw_ext.py 4KB
db_url.py 4KB
runtests.py 4KB
setup.py 3KB
signals.py 2KB
diary.py 2KB
fields.py 2KB
test_utils.py 2KB
hybrid.py 1KB
mysql_ext.py 578B
run_example.py 124B
run_example.py 103B
__init__.py 0B
_sqlite_ext.pyx 45KB
_sqlite_udf.pyx 3KB
_speedups.pyx 283B
api.rst 135KB
playhouse.rst 110KB
querying.rst 66KB
sqlite_ext.rst 63KB
database.rst 49KB
query_examples.rst 43KB
共 119 条
- 1
- 2
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功