vorDBeste (v0.3.5) is a natural language interface for PostgreSQL and MySQL databases that translates plain English questions into safe, read-only SQL queries. It uses AI providers like Anthropic, OpenRouter, or Ollama to generate SELECT and DESCRIBE statements, with a clarification step before execution to resolve ambiguity. The tool is designed for non-technical users and automatically documents schemas, queries, and insights as markdown files. It runs as a local web app (port 3456) and is read-only by design, with bounded results (limited to 100 rows per query). It is actively developed on GitHub and supports Node.js 18+.
npm install vordbesteVerified import paths — ran on the pinned version, not inferred.
Install global CLI and launch web UI to interact with database via natural language.
Upgrade Node.js to version 18 or later.
Use a compatible database or run the tool with a supported dialect.
Copy the ~/.vordbeste directory to the new machine, or re-enter keys in the setup page.
Use the 'LIMIT' command explicitly in your question if you need more rows, but the hard cap is 1000.
Keep the read-only mode enabled and do not grant database user write permissions.
Run 'npm install -g vordbeste' to install it globally.
Stop the other process or use a different port by setting the PORT environment variable (e.g., PORT=3457 vordbeste).
Ensure your MySQL server is running and the connection string in the setup page is correct.
Re-enter your API key in the settings page. Make sure it's active and has credits.
No dependency data recorded yet.