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,336GitHub पर देखें↗

    Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific language and functional sequence APIs for database interaction. It enables developers to define database schemas and map relational tables to interface-based objects, ensuring that data persistence and retrieval are handled through strongly-typed expressions. The framework distinguishes itself by utilizing a functional, collection-style approach to query construction, allowing developers to chain operations like filtering, sorting, and aggregation using idiomatic language patter

    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,739GitHub पर देखें↗

    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