1 repository
Systems for assigning and managing unique keys used to reference objects in a database.
Distinct from Object Data Management: Existing candidates focus on global GraphQL IDs or distributed handles, not local database primary key management.
Explore 1 awesome GitHub repository matching data & databases · Object Identifier Management. 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
Manages unique integer identifiers for objects to facilitate precise referencing and retrieval of data.