cursor for data ⚡️ - generate queries and charts in seconds
snapql-demo-2.mp4
- generate schema-aware queries in seconds with AI
- automatically chart your data
- supports any PostgreSQL and MySQL database
- local-first - your database credentials don't leave your computer
- use your own OpenAI or Claude key
- manage multiple database connections with connection-specific query history and favorites
💬 Join the Telegram group to chat with the devs + share feedback!
I will eventually ship some precompiled binaries, but that takes some setup. In the meantime, follow these steps to build a local copy:
git clone <repo-url>
cd snap-ql
make install-global # Installs deps, builds for your platform, and adds to PATHNow you can run snap-ql from anywhere in your terminal!
- clone the repo
- run
npm install(ormake install) - if you're on MacOS, you will need to have XCode installed
- run
npm run build:macornpm run build:windepending on your platform (ormake dist-mac/make dist-win) - install the binary located in
./dist
make help- Show all available commandsmake dev- Start development server with hot reloadmake install-global- Build and install to PATH in one stepmake link/make unlink- Add/remove from PATH (after building)make clean- Clean build artifacts