awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to encode/orm

Open-source alternatives to Encode Orm

24 open-source projects similar to encode/orm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Encode Orm alternative.

  • beanieodm/beanieBeanieODM का अवतार

    BeanieODM/beanie

    2,679GitHub पर देखें↗

    Asynchronous Python ODM for MongoDB

    Pythonasyncasynchronousasyncio
    GitHub पर देखें↗2,679
  • coleifer/peeweecoleifer का अवतार

    coleifer/peewee

    11,971GitHub पर देखें↗

    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
  • dialoguemd/fastapi-sqladialoguemd का अवतार

    dialoguemd/fastapi-sqla

    446GitHub पर देखें↗

    SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.

    Python
    GitHub पर देखें↗446
  • django-nonrel/mongodb-enginedjango-nonrel का अवतार

    django-nonrel/mongodb-engine

    870GitHub पर देखें↗

    Django MongoDB Backend

    Python
    GitHub पर देखें↗870
  • dymmond/edgydymmond का अवतार

    dymmond/edgy

    431GitHub पर देखें↗

    🔥 The perfect ORM to work with complex databases 🔥

    Python
    GitHub पर देखें↗431

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • hadrien/fastsqlahadrien का अवतार

    hadrien/FastSQLA

    82GitHub पर देखें↗

    Async SQLAlchemy 2.0+ extension for FastAPI with SQLModel support, built-in pagination & more

    Python
    GitHub पर देखें↗82
  • ignisor/fastapiweeIgnisor का अवतार

    Ignisor/FastAPIwee

    105GitHub पर देखें↗

    FastAPI PeeWee = <3

    Python
    GitHub पर देखें↗105
  • jlafon/pynamodbjlafon का अवतार

    jlafon/PynamoDB

    2,647GitHub पर देखें↗

    A pythonic interface to Amazon's DynamoDB

    Python
    GitHub पर देखें↗2,647
  • kiddouk/rediscokiddouk का अवतार

    kiddouk/redisco

    443GitHub पर देखें↗

    A Python Library for Simple Models and Containers Persisted in Redis

    Python
    GitHub पर देखें↗443
  • leosussan/fastapi-gino-arq-uvicornleosussan का अवतार

    leosussan/fastapi-gino-arq-uvicorn

    555GitHub पर देखें↗

    High-performance Async REST API, in Python. FastAPI GINO Arq Uvicorn (w/ Redis and PostgreSQL).

    Python
    GitHub पर देखें↗555
  • mathcamp/flywheelmathcamp का अवतार

    mathcamp/flywheel

    127GitHub पर देखें↗

    Object mapper for Amazon's DynamoDB

    Python
    GitHub पर देखें↗127
  • mfreeborn/fastapi-sqlalchemymfreeborn का अवतार

    mfreeborn/fastapi-sqlalchemy

    757GitHub पर देखें↗

    Adds simple SQLAlchemy support to FastAPI

    Python
    GitHub पर देखें↗757
  • mongoengine/mongoengineMongoEngine का अवतार

    MongoEngine/mongoengine

    4,349GitHub पर देखें↗

    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
  • piccolo-orm/piccolopiccolo-orm का अवतार

    piccolo-orm/piccolo

    1,913GitHub पर देखें↗
    Pythonasgiasynciodatabase
    GitHub पर देखें↗1,913
  • ponyorm/ponyponyorm का अवतार

    ponyorm/pony

    3,822GitHub पर देखें↗

    Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented interface. It serves as a relational database toolkit providing the means to manage database transactions, identity mapping, and the lazy loading of related records. The project is distinguished by a SQL query translator that converts Python generator expressions into optimized SQL queries by analyzing the abstract syntax tree. It also includes a visual database schema designer for creating entity-relationship diagrams to automatically generate and synchronize relational database

    Pythoncockroachcockroachdbmysql
    GitHub पर देखें↗3,822
  • pudo/datasetpudo का अवतार

    pudo/dataset

    4,865GitHub पर देखें↗

    This project is a SQL data access layer and schema generator that allows for reading and writing records in relational databases by treating tables as simple data structures. It functions as an automatic schema generator that creates database tables and columns on the fly based on the structure of the incoming data. The tool provides a high-performance bulk loader that imports large datasets using grouped atomic transactions to ensure data consistency. It also includes a record upsert mechanism that determines whether to update an existing row or insert a new one based on unique identifiers.

    Pythondatabasepythonsql
    GitHub पर देखें↗4,865
  • pynamodb/pynamodbpynamodb का अवतार

    pynamodb/PynamoDB

    2,647GitHub पर देखें↗

    A pythonic interface to Amazon's DynamoDB

    Pythonawsdynamodbpython
    GitHub पर देखें↗2,647
  • python-gino/ginopython-gino का अवतार

    python-gino/gino

    2,802GitHub पर देखें↗

    GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.

    Python
    GitHub पर देखें↗2,802
  • sdispater/oratorsdispater का अवतार

    sdispater/orator

    1,416GitHub पर देखें↗

    The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

    Python
    GitHub पर देखें↗1,416
  • stephenmcd/hot-redisstephenmcd का अवतार

    stephenmcd/hot-redis

    295GitHub पर देखें↗

    Rich Python data types for Redis

    Python
    GitHub पर देखें↗295
  • tarsil/saffiertarsil का अवतार

    tarsil/saffier

    150GitHub पर देखें↗

    The only ORM that you will ever need for python.

    Python
    GitHub पर देखें↗150
  • tortoise/aerichtortoise का अवतार

    tortoise/aerich

    1,090GitHub पर देखें↗

    A database migrations tool for TortoiseORM, ready to production.

    Pythondatabase-migrationsmigration-toolmysql
    GitHub पर देखें↗1,090
  • web2py/pydalweb2py का अवतार

    web2py/pydal

    534GitHub पर देखें↗

    A pure Python Database Abstraction Layer

    Python
    GitHub पर देखें↗534
  • widdershin/butterdbWiddershin का अवतार

    Widdershin/butterdb

    341GitHub पर देखें↗

    butterdb is a Python object mapper for Google Drive Spreadsheets. Still in development, but usable.

    Python
    GitHub पर देखें↗341