peewee-async
Database ORM client
An asynchronous interface to the Peewee ORM for interacting with databases.
Asynchronous interface for peewee ORM powered by asyncio
735 stars
25 watching
98 forks
Language: Python
last commit: 4 months ago
Linked from 2 awesome lists
asynciomysqlormpeeweepostgresqlpython
Related projects:
Repository | Description | Stars |
---|---|---|
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,785 |
wichert/pyramid_sqlalchemy | A package that simplifies the integration of SQLAlchemy with Pyramid web applications. | 26 |
piccolo-orm/piccolo | An ORM and query builder for Python that supports asyncio and various databases. | 1,464 |
ignisor/fastapiwee | A framework combining FastAPI and PeeWee to create a Python web application | 18 |
tarsil/saffier | An ORM that simplifies the interaction with relational databases using an object-oriented interface | 63 |
canopytax/asyncpgsa | A library that wraps asyncpg to enable use with SQLAlchemy | 416 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 708 |
peterhinch/micropython-async | A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems | 750 |
tmenier/asyncpoco | A .NET micro-ORM with asynchronous API and cross-platform support. | 127 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
python-trio/trio-asyncio | A library that re-implements the asyncio mainloop on top of Trio | 189 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
etingof/pysmi | Tool for parsing and converting SNMP MIBs into various formats | 137 |
tomplus/kubernetes_asyncio | An asynchronous Python client library for the Kubernetes API | 370 |
halcy/mastodon.py | A Python wrapper for the Mastodon API allowing developers to interact with the social media platform's public and private APIs. | 889 |