syalia-srl/beaver
All-in-one, pure-python, embedded database for relational data, documents, vectors, graphs, and events based on SQlite.
Provides specialized data structures—persistent lists, priority queues, document collections with vector/full-text search, knowledge graphs, and pub/sub messaging—layered on SQLite's FTS5 and JSON support. Built with thread and multi-process safety via inter-process locking, optional in-memory caching, and a Pythonic API that accepts Pydantic models. Includes a deployable REST server and CLI tooling for local-first workflows without external database dependencies.
Stars
35
Forks
9
Language
Python
License
MIT
Category
Last pushed
Dec 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/syalia-srl/beaver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
gusye1234/nano-vectordb
A simple, easy-to-hack Vector Database
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB