1 Repo
Database drivers that implement non-blocking I/O to support asynchronous execution environments.
Distinct from Database Connectivity Drivers: Specifically targets the async nature of the driver rather than general connectivity
Explore 1 awesome GitHub repository matching web development · Asynchronous Drivers. Refine with filters or upvote what's useful.
Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping application classes to relational database tables. It functions as a relational database toolkit for managing schemas, executing migrations, and handling complex table relationships. The project distinguishes itself by providing an asyncio database driver for non-blocking database operations, ensuring event loop responsiveness. It also supports semi-structured data storage, allowing the storage and querying of flexible JSON documents within traditional relational database systems.
Provides an asyncio database driver for non-blocking operations to ensure event loop responsiveness.