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

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

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

pynamodb/PynamoDB

0
View on GitHub↗
2,647 स्टार्स·428 फोर्क्स·Python·MIT·8 व्यूज़pynamodb.readthedocs.io↗

PynamoDB

A pythonic interface to Amazon's DynamoDB

Features

  • Database Clients - Pythonic interface to DynamoDB.
  • Database ORMs - Listed in the “Database ORMs” section of the Awesome Python awesome list.
  • Database ORMs and ODMs - Pythonic interface for Amazon DynamoDB.
  • Object Relational Mappers - Pythonic interface for Amazon DynamoDB.

स्टार हिस्ट्री

pynamodb/pynamodb के लिए स्टार हिस्ट्री चार्टpynamodb/pynamodb के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

PynamoDB के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो PynamoDB के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • fastapi/sqlmodelfastapi का अवतार

    fastapi/sqlmodel

    18,137GitHub पर देखें↗

    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
  • 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
PynamoDB के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

pynamodb/pynamodb क्या करता है?

A pythonic interface to Amazon's DynamoDB

pynamodb/pynamodb की मुख्य विशेषताएं क्या हैं?

pynamodb/pynamodb की मुख्य विशेषताएं हैं: Database Clients, Database ORMs, Database ORMs and ODMs, Object Relational Mappers।

pynamodb/pynamodb के कुछ ओपन-सोर्स विकल्प क्या हैं?

pynamodb/pynamodb के ओपन-सोर्स विकल्पों में शामिल हैं: mongoengine/mongoengine — MongoEngine is a Python object-document mapper that translates database records into objects to provide an… ponyorm/pony — Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented… beanieodm/beanie — Asynchronous Python ODM for MongoDB. 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… pudo/dataset — This project is a SQL data access layer and schema generator that allows for reading and writing records in relational…