

General-purpose, transactional, relational-graph-vector database that uses Datalog for queries. Embeddable but capable of handling large amounts of data and concurrency with HNSW indices for high-performance vector similarity searches.
Loading more......
CozoDB is a unique database that combines relational, graph, and vector capabilities in a single system using Datalog as its query language. Starting from version 0.6, it includes vector search capabilities using HNSW indices.
Uses Datalog, a declarative logic programming language that's particularly powerful for graph queries and recursive operations.
Can be embedded in Rust, Python, NodeJS, Java and C applications. Works well for AI applications requiring both structured and vector data.
Free and open-source under MPL-2.0 license.