You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GrayDB is a minimal, high-performance embedded database engine written entirely in C. Inspired by the architectural simplicity of SQLite and the modular power of PostgreSQL internals, it uses its own memory-efficient B+ Tree index, open-addressing Hash Table, and a small, expressive domain-specific language (DSL) for querying.