VedaDB CLI is a MySQL-style interactive command-line SQL shell for VedaDB, a multi-model database supporting SQL, vector, graph, and full-text search. Version 5.0.0 is the current stable release with no fixed release cadence. Key differentiators include colorized output, auto-suggest, AI agent integration (Ollama/OpenAI), and MySQL-compatible syntax. It supports vector similarity search via SQL and connects to local or remote VedaDB instances. Unlike generic db-clients, it is purpose-built for VedaDB's hybrid features.
npm install vedadb-cliNo compatibility data collected yet for this library.
Installs VedaDB CLI globally and connects to a local VedaDB server with host, port, username, and password.
Upgrade Node.js to >=16.0.0.
Use -p <password> or set VEDADB_PASSWORD environment variable.
Specify -h <ip_or_fqdn> when connecting remotely.
Set OLLAMA_HOST or OPENAI_API_KEY environment variable before using --ai flag.
End SQL statements with a semicolon to execute.
Run 'npm install -g vedadb-cli' to install globally.
Ensure VedaDB server is started (e.g., 'vedadb-server start') or use -h to specify a running host:port.
Update VedaDB CLI to latest version or reconfigure server to use mysql_native_password.
No dependency data recorded yet.