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

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

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

2 个仓库

Awesome GitHub RepositoriesObject-Relational Mapping Frameworks

Libraries that map relational database tables to application objects using type-safe interfaces and declarative metadata.

Distinct from Entity Relationship Definitions: The candidates provided are all game-development specific or focused on relationship modeling, whereas this feature describes a general-purpose ORM entity definition system.

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

Awesome Object-Relational Mapping Frameworks GitHub Repositories

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

    kotlin-orm/ktorm

    2,336在 GitHub 上查看↗

    Ktorm 是一个轻量级的 Kotlin 对象关系映射 (ORM) 框架,提供类型安全的 SQL 领域特定语言 (DSL) 和用于数据库交互的函数式序列 API。它使开发者能够定义数据库模式并将关系表映射到基于接口的对象,确保数据持久化和检索通过强类型表达式处理。 该框架通过利用函数式、集合风格的查询构建方法而脱颖而出,允许开发者使用符合习惯的语言模式链接过滤、排序和聚合等操作。通过采用惰性序列评估,该库确保数据库操作被推迟到数据被显式访问时才执行,这优化了记录检索过程中的性能和内存使用。 该系统涵盖了广泛的数据库管理功能,包括自动连接操作、结果分页和实体生命周期管理。它支持复杂的模式定义和自定义类型映射,提供在保持模式一致性的同时,将内存对象状态与持久数据库记录同步的工具。

    The ORM supports defining data entities as interface-based objects, allowing for property initialization and custom business logic through methods.

    Kotlinkotlinktormorm
    在 GitHub 上查看↗2,336
  • stephenafamo/bobstephenafamo 的头像

    stephenafamo/bob

    1,739在 GitHub 上查看↗

    This project is a database toolkit for Go that provides schema-to-object mapping, fluent query construction, and automated code generation. It functions as a framework for type-safe database access, enabling developers to interact with relational databases by generating models and interfaces directly from existing database schemas. The toolkit distinguishes itself through a workflow that parses hand-written SQL files to generate type-safe functions, allowing for the integration of custom SQL while maintaining consistent result mapping. It supports modular customization through a plugin-based

    Transforms flat database result sets into nested object structures by interpreting table relationships.

    Godatabasegolanghacktoberfest
    在 GitHub 上查看↗1,739
  1. Home
  2. Data & Databases
  3. Object-Relational Mapping Frameworks