A small in-browser playground for experimenting with the Knex.js query builder and seeing the generated SQL and bindings.
- Node.js 20.19+ (Vite 7)
npm install
npm run devOpen http://localhost:5173 in your browser.
npm run build
npm run previewnpm run deploynpm run deploy builds with VITE_BASE set from the package name (for example,
/knex-query-studio/). Run it from this project root (the one containing
src/ and vite.config.js) so the correct build is published.
If you need a custom base path, set VITE_BASE when building or deploying:
VITE_BASE=/your-base/ npm run deploy