I'm using Verql
Connect to PostgreSQL, MySQL, SQLite, MongoDB, Redis, and Snowflake. Write SQL with autocomplete, browse schemas and ER diagrams, move data in and out, and lean on the built-in AI assistant.
Verql is two audiences in one project. Use it to talk to your databases, or extend it — every database driver, import/export format, theme, and AI provider ships as a plugin on top of a small orchestrator core.
I'm using Verql
Connect to PostgreSQL, MySQL, SQLite, MongoDB, Redis, and Snowflake. Write SQL with autocomplete, browse schemas and ER diagrams, move data in and out, and lean on the built-in AI assistant.
I'm building on Verql
Learn the architecture, the shared/ process boundary, the plugin trust
model, and the @verql/plugin-sdk. Write a driver, exporter, panel, command,
or AI provider.
Native drivers
PostgreSQL, MySQL, SQLite, plus MongoDB, Redis, and Snowflake — each a bundled plugin, not core code.
Plugin-first
The main app is glue: registries, IPC, and UI. Plugins own the domain logic.
AI + MCP built in
OpenAI, Anthropic, and Ollama providers, with a built-in MCP server that exposes the same gated tools to Claude Code.
Open source
MIT licensed. Read the source, file an issue, or ship a plugin.