awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesSQL Persistence Frameworks

Frameworks that map Java objects to database records using custom SQL.

Distinct from Java Clients: Focuses on the persistence layer and SQL mapping, distinct from generic Java client libraries.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · SQL Persistence Frameworks. Refine with filters or upvote what's useful.

Awesome SQL Persistence Frameworks GitHub Repositories

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

    mybatis/mybatis-3

    20,385GitHub पर देखें↗

    MyBatis is a Java persistence framework that functions as a database query mapper and object-relational mapping tool. It decouples SQL statements from application code, allowing developers to manage database interactions by mapping Java objects to relational database records. The framework provides a centralized approach to SQL query management, enabling the use of either XML configuration files or annotations to define persistence logic. It automates the transformation of database result sets into structured objects, which eliminates the need for manual data conversion and reduces repetitive

    Provides a Java persistence framework that maps objects to database records using custom SQL.

    Javajavamybatissql
    GitHub पर देखें↗20,385
  • pardom-zz/activeandroidpardom-zz का अवतार

    pardom-zz/ActiveAndroid

    4,689GitHub पर देखें↗

    ActiveAndroid is an object-relational mapper and data persistence library for Android. It serves as a high-level wrapper for SQLite databases, translating database records into class instances to facilitate data manipulation. The library enables data persistence without the need to write manual SQL queries. It maps database rows to Java objects, allowing records to be saved, retrieved, and deleted using object-oriented methods. The toolkit covers local mobile data storage and database management, providing a layer that links database table structures to specific object properties.

    Enables storing and retrieving records using object-oriented methods to avoid manual SQL query strings.

    Java
    GitHub पर देखें↗4,689
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Java Clients
  5. SQL Persistence Frameworks

सब-टैग एक्सप्लोर करें

  • SQL-Free PersistencePersistence frameworks that allow data storage without requiring the developer to write manual SQL queries. **Distinct from SQL Persistence Frameworks:** Unlike SQL Persistence Frameworks which may use custom SQL, this focuses specifically on the total abstraction of SQL strings.