{"id":50449260,"url":"https://github.com/arshad-shah/verql","last_synced_at":"2026-05-31T23:05:14.561Z","repository":{"id":359343621,"uuid":"1185300031","full_name":"arshad-shah/verql","owner":"arshad-shah","description":"Fast, extensible desktop database client. Electron + React, plugin-based: drivers, importers, themes, and AI providers all ship as plugins.","archived":false,"fork":false,"pushed_at":"2026-05-21T16:24:21.000Z","size":4151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T20:52:59.639Z","etag":null,"topics":["database","database-client","desktop-app","electron","mcp","monaco-editor","mongodb","mysql","plugin-architecture","postgresql","react","redis","snowflake","sql-editor","sqlite","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/arshad-shah/verql","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arshad-shah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-18T12:49:31.000Z","updated_at":"2026-05-21T16:29:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arshad-shah/verql","commit_stats":null,"previous_names":["arshad-shah/nova"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/arshad-shah/verql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fverql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fverql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fverql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fverql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arshad-shah","download_url":"https://codeload.github.com/arshad-shah/verql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fverql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33752298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","database-client","desktop-app","electron","mcp","monaco-editor","mongodb","mysql","plugin-architecture","postgresql","react","redis","snowflake","sql-editor","sqlite","typescript"],"created_at":"2026-05-31T23:05:14.196Z","updated_at":"2026-05-31T23:05:14.552Z","avatar_url":"https://github.com/arshad-shah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verql\n\nA fast, extensible desktop database client. Built on Electron + React,\nwith a plugin architecture: the main app is an orchestrator and every\ndatabase driver, import/export format, theme, and AI integration ships\nas a bundled plugin.\n\n\u003e **Status:** Pre-1.0. Expect rough edges and breaking changes between\n\u003e minor versions. The contribution surfaces (plugin APIs, IPC channels)\n\u003e are documented in [docs/](./docs/) and will be stabilised before 1.0.\n\n![CI](https://github.com/arshad-shah/verql/actions/workflows/ci.yml/badge.svg)\n\n## Features\n\n- **Native drivers** for PostgreSQL, MySQL, SQLite, Snowflake, MongoDB,\n  and Redis — each is a bundled plugin, not core code.\n- **SQL editor** powered by Monaco with per-dialect autocomplete, code\n  lens, and AI-assisted inline completion.\n- **Schema browser** with ER diagrams, table previews, and an inspector\n  panel for individual rows.\n- **Import/export** to CSV, JSON, SQL, JSON-Lines (Mongo) — file formats\n  are also plugin contributions.\n- **AI assistant** with built-in OpenAI, Anthropic, and Ollama providers.\n  Per-query permission gating; tool calls require user approval.\n- **MCP server** built in, so Claude Code (and any other MCP client)\n  can read your schema and run approved queries.\n- **SSH tunnels** as a connection middleware.\n\n## Install\n\nPre-built binaries are published to\n[GitHub Releases](https://github.com/arshad-shah/verql/releases):\n\n| Platform | Format | Notes |\n|----------|--------|-------|\n| macOS    | `.dmg` (Intel + Apple Silicon) | Signed and notarised. |\n| Linux    | `.AppImage` | Signature published as a detached `.sig` next to the `sha256sums.txt`. |\n| Windows  | `.exe` (NSIS installer) | **Unsigned.** SmartScreen will warn the first time it runs; see `.github/maintainers/release.md` for the upgrade path. |\n\nVerifying a release:\n\n```bash\n# Download \u003casset\u003e, sha256sums.txt, and sha256sums.txt.sig from the release page\ngpg --verify sha256sums.txt.sig sha256sums.txt\nsha256sum -c sha256sums.txt --ignore-missing\n```\n\n## Run from source\n\nRequires Node ≥ 20 and [pnpm](https://pnpm.io/) 10. Then:\n\n```bash\npnpm install\npnpm dev\n```\n\nThe first install rebuilds `better-sqlite3` against Electron's Node ABI.\nTo run the unit tests under your system Node, run `pnpm rebuild\nbetter-sqlite3` once to swap the binding back, then `pnpm test`.\n\n## Architecture\n\n`src/main/` is the **orchestrator** — window management, IPC plumbing,\nand the plugin host. Everything dialect-specific lives in a plugin under\n`src/main/plugins/bundled/`. The renderer (React) talks to the main\nprocess through typed IPC channels declared in `shared/ipc.ts`.\n\nTo add a new database type, file format, AI provider, or UI panel: write\na plugin. See [docs/plugins.md](./docs/plugins.md).\n\nTo add or change an IPC channel: see [docs/ipc.md](./docs/ipc.md).\n\n## Contributing\n\nWe use [Changesets](https://github.com/changesets/changesets) to manage\nversions. Every user-visible change should include a changeset:\n\n```bash\npnpm changeset\n```\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for the full workflow.\n\n## Security\n\nFound a vulnerability? Please follow [SECURITY.md](./SECURITY.md) —\ndo not open a public issue.\n\n## License\n\n[MIT](./LICENSE) © 2026 Arshad Shah\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshad-shah%2Fverql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farshad-shah%2Fverql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshad-shah%2Fverql/lists"}