Ahnlich CLI — Database commands
Run structured queries against DB stores from the CLI: insert, retrieve, and
manage key–value vector data with predicates and indexes. Connect first with
--agent db:
ahnlich-cli ahnlich --agent db --host 127.0.0.1 --port 1369Example workflow
- Create a store with predicates and optional indexes.
- Insert data into the store.
- Query by key or predicate.
- Manage indexes for faster searches.
- Drop stores or keys when they're no longer needed.
Commands
Server & stores — Ping · Server info · List stores · Create a store · Drop a store · Drop a schema
Data — Insert data · Upsert · Get by key · Query by predicate · Delete a key
Indexes — Create predicate index · Drop predicate index · Create non-linear index · Drop non-linear index