awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesSQL-Free Persistence

Persistence 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.

Explore 1 awesome GitHub repository matching programming languages & runtimes · SQL-Free Persistence. Refine with filters or upvote what's useful.

Awesome SQL-Free Persistence GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pardom-zz/activeandroidالصورة الرمزية لـ pardom-zz

    pardom-zz/ActiveAndroid

    4,689عرض على GitHub↗

    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
  6. SQL-Free Persistence