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

Frameworks that automate the mapping between application objects and relational database tables.

Distinct from Java Frameworks: Distinct from general Java Frameworks: focuses specifically on the persistence layer and ORM capabilities.

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

Awesome Object-Relational Mapping Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ebean-orm/ebeanebean-orm का अवतार

    ebean-orm/ebean

    1,523GitHub पर देखें↗

    Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query generation, schema migration, and transaction management. It uses metadata-driven mapping and bytecode enhancement to bridge the gap between application objects and relational database tables, providing a persistent layer that handles complex data interactions while maintaining consistency across unit-of-work boundaries. The framework distinguishes itself through its focus on developer productivity and performance optimization. It provides type-safe query builders that generat

    Provides a persistence layer that maps objects to relational databases while automating query generation and schema migration.

    Javacockroachdbdatabaseebean
    GitHub पर देखें↗1,523
  • gaarason/database-allgaarason का अवतार

    gaarason/database-all

    1,033GitHub पर देखें↗

    This project is a Java-based object-relational mapping framework that utilizes the active record pattern to simplify database interactions. It provides a comprehensive data access layer that binds database tables directly to application objects, enabling developers to perform CRUD operations, manage complex entity relationships, and execute queries through a fluent, type-safe interface. Designed for integration with Spring Boot, the framework abstracts database complexities while maintaining support for native compilation and asynchronous execution. The framework distinguishes itself through

    Maps relational database tables to Java objects using annotations to simplify data interaction and persistence.

    Javadatabaseeloquenteloquent-orm
    GitHub पर देखें↗1,033
  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. General Purpose Frameworks
  5. Java Frameworks
  6. Object-Relational Mapping Frameworks