Edit database tables like Vim buffers. Staged mutations + live SQL preview, transaction undo, schema browser + ER diagrams + DDL, FK navigation, cross-database federation, data profiling, SQL notebooks, AI SQL via Anthropic/OpenAI/Gemini/Ollama, Parquet/CSV/remote files. PostgreSQL · SQLite · MySQL · DuckDB · MotherDuck
Stars
134
Forks
2
Watchers
134
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
185
commits
1
commits
fix(pk): detect primary keys for quoted table names in query pad (fixes #8)
e0e6be8View on GitHubfix(results): remove unreachable hidden-buffer path from gJ switcher
87ac21bView on GitHubfix(schema): right-truncate table names using live window width
26df1d5View on GitHubfeat(connections): global/project sections and clean health indicator
3b2364dView on GitHubperf: add get_schema_batch to PG, MySQL, SQLite adapters (fixes #6)
a63d25eView on GitHubchore: regenerate help tags, scrub stale version refs, fix KEYMAPS free slots
6ddd0fdView on GitHubperf: lazy AI schema pre-warm on first use instead of on connect
e04448dView on GitHubfix: guard setup_completion_keymaps against invalid buffer in vim.schedule
e66060aView on GitHubfeat: completion config, blink.cmp source, MariaDB fix, GripToggle, connections_path
e51aec5View on GitHub