#36 · Primary category: Vector Databases
DBreeze
C# .NET NOSQL ( key value, object store embedded TextSearch SemanticSearch Vector layer ) ACID multi-paradigm database management system.
Project last updated:08/28/26
GitHub Stars
578
Forks
62
Contributors
1
License
BSD-2-Clause
Why we included this project
DBreeze is worth a look for .NET teams that want an embedded database with vector search instead of running a separate service. It is an ACID-compliant, transactional key-value store that also handles text search, multi-parameter search, and object storage, with a vector layer for similarity search on embeddings. Keeping vectors and their metadata in one engine saves you from wiring together two databases. The library ships as a .NET package that runs on Linux, Windows, and macOS, plus mobile targets through Xamarin and Unity, and it has been in production use since 2012. If you need a lightweight, embeddable option for vector workloads in .NET, this is a solid candidate.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI