A lightweight competitor to PostgreSQL. Local-first, fast to start, and easy to self-host.
Docs | Architecture | Storage | Community
- Minimal, auditable C codebase with predictable memory usage.
- Fast startup and a simple CLI for local-first workflows.
- Single file storage with atomic commits for safety.
- Familiar SQL surface without heavy complexity.
- Download a release for your OS from GitHub Releases.
- Run the CLI:
./litebase path_to_db_file. - Use SQL directly from the prompt.
For build-from-source and full usage, see docs/README.md.
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
- Governance: GOVERNANCE.md
Branch protection and release policy: docs/community.md
- More SQL expressions and operators
VidArt Public License (VPL) v1.0. See LICENSE.
