awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • coleifer/peeweecoleifer 的头像

    coleifer/peewee

    11,971在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,971
  1. Home
  2. Web Development
  3. Database Connectivity Drivers
  4. Asynchronous Drivers