DB command reference
Every command Ahnlich DB understands, one page each, grouped by what it does. These are the text-query / CLI forms; for full, runnable SDK examples in Python, Node, Go, and Rust, each page links to its matching Stores operation.
Server & system
Store management
- LISTSTORES · GETSTORE · CREATESTORE · DROPSTORE · DROPSCHEMA
Data operations
- SET · UPSERT · DELETE KEY · DELETE PREDICATE
Query & retrieval
Index management
- CREATE PREDICATE INDEX · DROP PREDICATE INDEX · CREATE NON LINEAR ALGORITHM INDEX · DROP NON LINEAR ALGORITHM INDEX
Reference
- Command → SDK map — every command next to its Rust / Python / Go call.
How to read this reference