toradb command is installed with the Python package (pip install toradb or a source install via maturin develop).
Commands
| Command | Description |
|---|---|
toradb smoke | Quick ingest + search + SQL sanity check (temp DB) |
toradb query PATH TABLE Q | BM25 search; prints id and score |
toradb sql PATH QUERY | Run any SQL statement |
toradb tables PATH | List tables with DESCRIBE output |
toradb reindex PATH TABLE | Rebuild index via CREATE INDEX |
