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

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

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

3 个仓库

Awesome GitHub RepositoriesObject Mapping

Mapping and transferring application-level objects to NoSQL database schemas.

Distinct from DynamoDB Connectors: Distinct from general connectors by focusing on the data mapping between Java objects and NoSQL records.

Explore 3 awesome GitHub repositories matching data & databases · Object Mapping. Refine with filters or upvote what's useful.

Awesome Object Mapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pgadmin-org/pgadmin4pgadmin-org 的头像

    pgadmin-org/pgadmin4

    3,673在 GitHub 上查看↗

    pgAdmin 4 is a web-based management platform used for configuring, querying, and administering PostgreSQL database servers and their internal objects. It provides a graphical interface for performing database operations and a dedicated tool for writing and executing SQL queries with visual result sets. The application supports multi-user database management, allowing it to be deployed as a networked server where multiple authenticated users can manage shared PostgreSQL database clusters. Alternatively, it can be run as a standalone local desktop application. The platform covers core administ

    Uses SQLAlchemy to translate database records into Python objects for managing application configuration and metadata.

    Python
    在 GitHub 上查看↗3,673
  • aws/aws-sdk-java-v2aws 的头像

    aws/aws-sdk-java-v2

    2,547在 GitHub 上查看↗

    The AWS SDK for Java is a set of client libraries providing a programmatic interface for managing cloud resources and services through the Java language and JVM. It serves as a cloud service client library for executing synchronous and asynchronous API calls to infrastructure components. The library is distinguished by its use of non-blocking asynchronous I/O and a reactive cloud client model, utilizing publishers and subscribers to stream data and manage backpressure. It employs a modular design to decouple services and reduce binary size, while utilizing immutable builders for thread-safe c

    Maps and transfers data objects between the application and DynamoDB to simplify persistence.

    Javaamazonawsaws-sdk
    在 GitHub 上查看↗2,547
  • realm/realm-kotlinrealm 的头像

    realm/realm-kotlin

    1,092在 GitHub 上查看↗

    Realm Kotlin is a local, object-oriented NoSQL database engine designed for Kotlin Multiplatform applications. It enables developers to persist structured application data directly as objects, eliminating the need for traditional relational table structures while ensuring information remains accessible during offline periods. The library distinguishes itself through a compiler-plugin-based architecture that maps standard language classes to database models at compile time. It utilizes zero-copy memory mapping and a lazy-loading query engine to manage data efficiently, while a shared C++ core

    Maps complex application data models to database schemas for persistence across different hardware and operating environments.

    Kotlinandroidandroid-librarydatabase
    在 GitHub 上查看↗1,092
  1. Home
  2. Data & Databases
  3. Database Connectivity
  4. DynamoDB Connectors
  5. Object Mapping

探索子标签

  • RelationalMapping systems that translate relational database rows into high-level language objects. **Distinct from Object Mapping:** Specifically covers relational mapping (SQLAlchemy) rather than the NoSQL focus of the parent candidate