awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesAsynchronous Drivers

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.

Awesome Asynchronous Drivers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • coleifer/peeweeAvatar von coleifer

    coleifer/peewee

    11,971Auf GitHub ansehen↗

    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.

    Pythonasynciodankfastapi
    Auf GitHub ansehen↗11,971
  1. Home
  2. Web Development
  3. Database Connectivity Drivers
  4. Asynchronous Drivers