clawdb
clawdb is the unified runtime crate for ClawDB.
It composes the published component crates into one API:
claw-corefor durable memory storageclaw-vectorfor semantic indexing/searchclaw-branchfor branch/fork/merge workflowsclaw-syncfor synchronizationclaw-guardfor authz/session controlsclaw-reflect-clientfor reflection jobs
Install
Quick Start
use *;
async
Configuration
Use ClawDBConfig::from_env() or provide a config file.
Required environment variable:
CLAW_GUARD_JWT_SECRET
See the workspace root README.md for deployment and server/CLI usage.