-
- Downloads
updated peewee, added peewee playhouse, switched to sqliteQ connector to avoid...
updated peewee, added peewee playhouse, switched to sqliteQ connector to avoid multithreading problems with DB access, removed deferred foreig field, using cascade for deletion, added tests, added migration
parent
93de136e
No related branches found
No related tags found
Showing
- harbour-podqast.pro 1 addition, 0 deletionsharbour-podqast.pro
- python/peewee.py 16 additions, 8 deletionspython/peewee.py
- python/playhouse/README.md 48 additions, 0 deletionspython/playhouse/README.md
- python/playhouse/__init__.py 0 additions, 0 deletionspython/playhouse/__init__.py
- python/playhouse/_pysqlite/cache.h 73 additions, 0 deletionspython/playhouse/_pysqlite/cache.h
- python/playhouse/_pysqlite/connection.h 129 additions, 0 deletionspython/playhouse/_pysqlite/connection.h
- python/playhouse/_pysqlite/module.h 58 additions, 0 deletionspython/playhouse/_pysqlite/module.h
- python/playhouse/_sqlite_ext.pyx 1595 additions, 0 deletionspython/playhouse/_sqlite_ext.pyx
- python/playhouse/_sqlite_udf.pyx 137 additions, 0 deletionspython/playhouse/_sqlite_udf.pyx
- python/playhouse/apsw_ext.py 146 additions, 0 deletionspython/playhouse/apsw_ext.py
- python/playhouse/cockroachdb.py 207 additions, 0 deletionspython/playhouse/cockroachdb.py
- python/playhouse/dataset.py 451 additions, 0 deletionspython/playhouse/dataset.py
- python/playhouse/db_url.py 130 additions, 0 deletionspython/playhouse/db_url.py
- python/playhouse/fields.py 64 additions, 0 deletionspython/playhouse/fields.py
- python/playhouse/flask_utils.py 185 additions, 0 deletionspython/playhouse/flask_utils.py
- python/playhouse/hybrid.py 53 additions, 0 deletionspython/playhouse/hybrid.py
- python/playhouse/kv.py 172 additions, 0 deletionspython/playhouse/kv.py
- python/playhouse/migrate.py 886 additions, 0 deletionspython/playhouse/migrate.py
- python/playhouse/mysql_ext.py 49 additions, 0 deletionspython/playhouse/mysql_ext.py
- python/playhouse/pool.py 318 additions, 0 deletionspython/playhouse/pool.py
python/playhouse/README.md
0 → 100644
python/playhouse/__init__.py
0 → 100644
python/playhouse/_pysqlite/cache.h
0 → 100644
python/playhouse/_pysqlite/connection.h
0 → 100644
python/playhouse/_pysqlite/module.h
0 → 100644
python/playhouse/_sqlite_ext.pyx
0 → 100644
This diff is collapsed.
python/playhouse/_sqlite_udf.pyx
0 → 100644
python/playhouse/apsw_ext.py
0 → 100644
python/playhouse/cockroachdb.py
0 → 100644
python/playhouse/dataset.py
0 → 100644
python/playhouse/db_url.py
0 → 100644
python/playhouse/fields.py
0 → 100644
python/playhouse/flask_utils.py
0 → 100644
python/playhouse/hybrid.py
0 → 100644
python/playhouse/kv.py
0 → 100644
python/playhouse/migrate.py
0 → 100644
This diff is collapsed.
python/playhouse/mysql_ext.py
0 → 100644
python/playhouse/pool.py
0 → 100644
Please register or sign in to comment