piccolo
ORM
An ORM and query builder for Python that supports asyncio and various databases.
A fast, user friendly ORM and query builder which supports asyncio.
1k stars
16 watching
91 forks
Language: Python
last commit: 17 days ago
Linked from 2 awesome lists
asgiasynciodatabasefastapihacktoberfestormpiccolopostgresqlpythonpython3query-buildersqlitestarlette
Related projects:
Repository | Description | Stars |
---|---|---|
piccolo-orm/piccolo_admin | An admin interface / content management system built on top of Piccolo for managing databases in Python applications. | 321 |
piccolo-orm/piccolo_examples | A collection of demonstration projects showcasing the capabilities and versatility of Piccolo ORM in building various web applications. | 20 |
tarsil/saffier | An ORM that simplifies the interaction with relational databases using an object-oriented interface | 62 |
05bit/peewee-async | An asynchronous interface for Peewee ORM, providing a drop-in replacement for synchronous code with support for multiple databases. | 735 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,781 |
wallneradam/esorm | An ORM library for ElasticSearch documents using Pydantic | 39 |
wichert/pyramid_sqlalchemy | A package that simplifies the integration of SQLAlchemy with Pyramid web applications. | 26 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 709 |
juancarlospaco/nim-gatabase | A compile-time ORM for Nim, providing a simplified DSL for working with databases. | 120 |
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
dymmond/edgy | An ORM framework built on top of SQLAlchemy and Pydantic, aiming to simplify database interactions with a familiar interface. | 198 |
eudoxia0/crane | A database abstraction layer for Common Lisp, providing an object-relational mapping interface. | 201 |
python-trio/trio-asyncio | A library that re-implements the asyncio mainloop on top of Trio | 190 |
anykeyh/clear | An ORM library for Crystal that simplifies interactions with PostgreSQL databases. | 272 |
go-rel/rel | A modern ORM layer for Golang | 770 |