Contents

piccolo 1.14.0

0

A fast, user friendly ORM and query builder which supports asyncio.

A fast, user friendly ORM and query builder which supports asyncio.

Stars: 1353, Watchers: 1353, Forks: 88, Open Issues: 137

The piccolo-orm/piccolo repo was created 5 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 1353 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
No  piccolo  pypi packages just yet.

Errors

A list of common piccolo errors.

Code Examples

Here are some piccolo code examples and snippets.

GitHub Issues

The piccolo package has 137 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 to BaseUser
  • Foreign Keys that reference non pk columns
  • Filtering with the new M2M column
  • Reverse foreign key lookups
  • is method overriding supported?

See more issues on GitHub

Related Packages & Articles

fastapi 0.111.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production