awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pynamodb avatar

pynamodb/PynamoDB

0
View on GitHub↗
2,647 نجوم·428 تفرعات·Python·MIT·7 مشاهدات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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ PynamoDB

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع PynamoDB.
  • mongoengine/mongoengineالصورة الرمزية لـ MongoEngine

    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/sqlmodelالصورة الرمزية لـ fastapi

    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
  • beanieodm/beanieالصورة الرمزية لـ BeanieODM

    BeanieODM/beanie

    2,679عرض على GitHub↗

    Asynchronous Python ODM for MongoDB

    Pythonasyncasynchronousasyncio
    عرض على GitHub↗2,679
  • coleifer/peeweeالصورة الرمزية لـ coleifer

    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
عرض جميع البدائل الـ 30 لـ PynamoDB→

الأسئلة الشائعة

ما هي وظيفة 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…