awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
BeanieODM avatar

BeanieODM/beanie

0
View on GitHub↗
2,679 stars·297 forks·Python·Apache-2.0·8 viewsbeanie-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 history

Star history chart for beanieodm/beanieStar history chart for beanieodm/beanie

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Beanie

These projects share indexed features with Beanie. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pynamodb/pynamodbpynamodb avatar

    pynamodb/PynamoDB

    2,647View on GitHub↗

    A pythonic interface to Amazon's DynamoDB

    Pythonawsdynamodbpython
    View on GitHub↗2,647
  • mongoengine/mongoengineMongoEngine avatar

    MongoEngine/mongoengine

    4,349View on 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
    View on GitHub↗4,349
  • fastapi/sqlmodelfastapi avatar

    fastapi/sqlmodel

    18,137View on 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
    View on GitHub↗18,137
  • coleifer/peeweecoleifer avatar

    coleifer/peewee

    11,971View on 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
    View on GitHub↗11,971
Compare all 30 related projects→

Frequently asked questions

What does beanieodm/beanie do?

Asynchronous Python ODM for MongoDB

What are the main features of beanieodm/beanie?

The main features of beanieodm/beanie are: Database ORMs, Database ORMs and ODMs, Object Relational Mappers.

Which projects share features with beanieodm/beanie?

Projects with overlapping indexed features include: 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…