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
dkharrat avatar

dkharrat/NexusData

0
View on GitHub↗
77 stars·19 forks·Java·Apache-2.0·7 views

NexusData

Core Data for Android

Features

  • Database Management - Object graph and persistence framework for Android.

Star history

Star history chart for dkharrat/nexusdataStar history chart for dkharrat/nexusdata

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 NexusData

These projects share indexed features with NexusData. 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
  • 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
  • jearil/simplenosqlJearil avatar

    Jearil/SimpleNoSQL

    389View on GitHub↗

    A simple NoSQL client for Android. Meant as a document store using key/value pairs and some rudimentary querying. Useful for avoiding the hassle of SQL code.

    Java
    View on GitHub↗389
  • 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 dkharrat/nexusdata do?

Core Data for Android

What are the main features of dkharrat/nexusdata?

The main features of dkharrat/nexusdata are: Database Management.

Which projects share features with dkharrat/nexusdata?

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. 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. realm/realm-java — Realm Java is a NoSQL mobile object database and reactive database engine. It provides a persistent local data store…