Asynchronous interface for peewee ORM powered by asyncio
Asynchronous interface for peewee ORM powered by asyncio
The complete documentation:
http://peewee-async-lib.readthedocs.io
Install with pip for PostgreSQL aiopg backend:
pip install peewee-async[postgresql]
or for PostgreSQL psycopg3 backend:
pip install peewee-async[psycopg]
or for MySQL:
pip install peewee-async[mysql]
or for Sqlite:
pip install peewee-async[sqlite]
Create 'test' PostgreSQL database for running this snippet:
createdb -E utf-8 test
…
Check the ./examples directory for more.
http://peewee-async-lib.readthedocs.io
http://peewee-async.readthedocs.io - DEPRECATED
Install dependencies using pip:
pip install -e .[dev]
Run databases:
docker-compose up -d
Run tests:
pytest tests -v -s
You are welcome to add discussion topics or bug reports to tracker on GitHub: https://github.com/05bit/peewee-async/issues
Copyright (c) 2014, Alexey Kinev
Licensed under The MIT License (MIT), see LICENSE file for more details.
No open issues yet, or sync has not completed.