Expand description
db — CLI-side dispatch for database access + lifecycle:
query, spawn, kill.
Modules§
- config
config dbsub-tier.- kill
db kill --global|--state— terminate db server(s) by killing the owner(s) of their per-state lock at<dir>/state/<state>/lockskeydb.--statehits the current state;--globalfans out across every state concurrently. Idempotent: a count of zero is not an error.- query
db query— pre-flight validate, then run under the request’s optional timeout (threaded to postgres asstatement_timeoutwhen set; uncapped when omitted).- spawn
db spawn— start theobjectiveai-dbpostgres supervisor in the background.