1 repository
Storing lists or arrays of primitives and blobs directly within a parent object entity.
Distinct from Object Persistence: Distinct from general Object Persistence by focusing on the internal storage of collections within a single object.
Explore 1 awesome GitHub repository matching data & databases · Embedded Collection Persistence. Refine with filters or upvote what's useful.
ObjectBox Java is an embedded NoSQL object database for Java and Android that stores data objects directly without relational mapping. It functions as a native-process storage engine, allowing applications to persist plain Java or Kotlin classes as entities. The project distinguishes itself with an on-device vector database capability, utilizing HNSW indexes to perform approximate nearest neighbor searches and semantic similarity queries. It also includes a locally hosted web-based browser for visualizing data objects, schemas, and dependency diagrams. The database covers a broad range of da
Persists lists and arrays of fixed-type values and binary blobs directly within a data object.