I am not satisfied with existing SQL editors, so I built my own. It's free, it's private, it doesn't get in your way. Enjoy!
DuckDB works without any cloud configuration. To develop with BigQuery:
- Create a Google OAuth 2.0 Web application client.
- Add
http://localhost:5173as an authorized JavaScript origin. - Enable the BigQuery API and Cloud Resource Manager API in the Google Cloud project.
- Copy
.env.exampleto.env.localand set the client ID. - Run:
npm install
npm run devQuality checks:
make checkSquill is licensed under the AGPL-3.0.