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

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

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

BeanieODM/beanie

0
View on GitHub↗
2,679 星标·297 分支·Python·Apache-2.0·3 次浏览beanie-odm.dev↗

Beanie

Asynchronous Python ODM for MongoDB

Features

  • Database ORMs - Listed in the “Database ORMs” section of the Awesome Python awesome list.
  • Database ORMs and ODMs - Asynchronous ODM for MongoDB based on Pydantic.
  • Object Relational Mappers - Async ODM for MongoDB.

Star 历史

beanieodm/beanie 的 Star 历史图表beanieodm/beanie 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

beanieodm/beanie 是做什么的?

Asynchronous Python ODM for MongoDB

beanieodm/beanie 的主要功能有哪些?

beanieodm/beanie 的主要功能包括:Database ORMs, Database ORMs and ODMs, Object Relational Mappers。

beanieodm/beanie 有哪些开源替代品?

beanieodm/beanie 的开源替代品包括: mongoengine/mongoengine — MongoEngine is a Python object-document mapper that translates database records into objects to provide an… pynamodb/pynamodb — A pythonic interface to Amazon's DynamoDB. mikro-orm/mikro-orm — Mikro-ORM is a TypeScript-based object-relational mapping system that provides a unified persistence layer for Node.js… django/django — Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for… coleifer/peewee — Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping… fastapi/sqlmodel — SQLModel is a type-safe object-relational mapping library for Python that integrates database schema definitions with…

Beanie 的开源替代方案

相似的开源项目,按与 Beanie 的功能重合度排序。
  • pynamodb/pynamodbpynamodb 的头像

    pynamodb/PynamoDB

    2,647在 GitHub 上查看↗

    A pythonic interface to Amazon's DynamoDB

    Pythonawsdynamodbpython
    在 GitHub 上查看↗2,647
  • mongoengine/mongoengineMongoEngine 的头像

    MongoEngine/mongoengine

    4,349在 GitHub 上查看↗

    MongoEngine is a Python object-document mapper that translates database records into objects to provide an object-oriented interface for data persistence. It serves as a document manager and schema validator for MongoDB, mapping classes to documents to enforce data types and validation rules. The project provides a lazy-loaded queryset system for filtering, sorting, and aggregating collections using Pythonic syntax. It manages complex data structures through features such as document inheritance, recursive embedded document handling, and reference-based object linking. The library covers bro

    Pythonhacktoberfestmongomongodb
    在 GitHub 上查看↗4,349
  • fastapi/sqlmodelfastapi 的头像

    fastapi/sqlmodel

    18,137在 GitHub 上查看↗

    SQLModel is a type-safe object-relational mapping library for Python that integrates database schema definitions with data validation logic. By combining these two roles into a single class, it allows developers to manage relational data structures and enforce data integrity for web APIs simultaneously. The framework is built to support asynchronous database operations, enabling high-performance applications to execute queries and transactions without blocking the main execution thread. The library distinguishes itself by leveraging Python type hints to provide IDE autocompletion and compile-

    Pythonfastapijsonjson-schema
    在 GitHub 上查看↗18,137
  • 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.

    Pythonasynciodankfastapi
    在 GitHub 上查看↗11,971
查看 Beanie 的所有 30 个替代方案→