awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yaa110 avatar

yaa110/RestorableSQLiteDatabase

0
View on GitHub↗
22 stars·2 forks·Java·MIT·7 views

RestorableSQLiteDatabase

A wrapper around Android's SQLiteDatabase with restoring capability

Features

  • Database Management - SQLite wrapper providing database restoration capabilities.

Star history

Star history chart for yaa110/restorablesqlitedatabaseStar history chart for yaa110/restorablesqlitedatabase

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with RestorableSQLiteDatabase

These projects share indexed features with RestorableSQLiteDatabase. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dizitart/nitrite-databasedizitart avatar

    dizitart/nitrite-database

    904View on GitHub↗

    NoSQL embedded document store for Java

    Java
    View on GitHub↗904
  • dkharrat/nexusdatadkharrat avatar

    dkharrat/NexusData

    77View on GitHub↗

    Core Data for Android

    Java
    View on GitHub↗77
  • eggheadgames/android-realm-asset-helpereggheadgames avatar

    eggheadgames/android-realm-asset-helper

    30View on GitHub↗

    A small library to help with Realm.IO integration in Android apps

    Java
    View on GitHub↗30
  • agrosner/dbflowagrosner avatar

    agrosner/DBFlow

    4,849View on GitHub↗

    DBFlow is an object-relational mapping library for Android that maps Java objects to SQLite databases. It serves as a persistence layer designed to reduce manual boilerplate code through automated database access and entity mapping. The project distinguishes itself with a type-safe query builder that uses a fluid interface to construct queries with compile-time checks. It provides transparent file-level encryption for securing sensitive data and a reactive wrapper that streams database changes to subscribers for real-time updates. Additional capabilities include asynchronous query execution

    Kotlin
    View on GitHub↗4,849
Compare all 9 related projects→

Frequently asked questions

What does yaa110/restorablesqlitedatabase do?

A wrapper around Android's SQLiteDatabase with restoring capability

What are the main features of yaa110/restorablesqlitedatabase?

The main features of yaa110/restorablesqlitedatabase are: Database Management.

Which projects share features with yaa110/restorablesqlitedatabase?

Projects with overlapping indexed features include: agrosner/dbflow — DBFlow is an object-relational mapping library for Android that maps Java objects to SQLite databases. It serves as a… dizitart/nitrite-database — NoSQL embedded document store for Java. dkharrat/nexusdata — Core Data for Android. eggheadgames/android-realm-asset-helper — A small library to help with Realm.IO integration in Android apps. jearil/simplenosql — A simple NoSQL client for Android. Meant as a document store using key/value pairs and some rudimentary querying.… jgilfelt/android-sqlite-asset-helper — An Android helper class to manage database creation and version management using an application's raw asset files.