piccolo 1.20.0
0
A fast, user friendly ORM and query builder which supports asyncio.
Contents
A fast, user friendly ORM and query builder which supports asyncio.
Stars: 1419, Watchers: 1419, Forks: 91, Open Issues: 138The piccolo-orm/piccolo
repo was created 5 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1419 github stars!
How to Install piccolo
You can install piccolo using pip
pip install piccolo
or add it to a project with poetry
poetry add piccolo
Package Details
- Author
- Daniel Townsend
- License
- MIT
- Homepage
- https://github.com/piccolo-orm/piccolo
- PyPi:
- https://pypi.org/project/piccolo/
- Documentation:
- https://piccolo-orm.readthedocs.io/en/latest/index.html
- GitHub Repo:
- https://github.com/piccolo-orm/piccolo
Classifiers
- Database
Related Packages
Errors
A list of common piccolo errors.
Code Examples
Here are some piccolo
code examples and snippets.
GitHub Issues
The piccolo package has 138 open issues on GitHub
- Expose an API for running
QueryString
- str representation of query not compatible with Table.raw when using uuid/date columns
- Added
create_user
method toBaseUser
- Foreign Keys that reference non pk columns
- Filtering with the new M2M column
- Reverse foreign key lookups
- is method overriding supported?