CLI
The vdb command-line tool for managing ValtheraDB databases. Supports add, find, update, remove, dev server, format, and upgrade.
bun add -g @wxn0brp/db-cli
vdb -d ./my-db find users '{ "name": "Jane" }'
vdb server 3000
-> GitHub
The vdb command-line tool for managing ValtheraDB databases. Supports add, find, update, remove, dev server, format, and upgrade.
bun add -g @wxn0brp/db-cli
vdb -d ./my-db find users '{ "name": "Jane" }'
vdb server 3000
-> GitHub