Skip to content

mobily-enterprises/knex-query-studio

Repository files navigation

Knex Query Studio

A small in-browser playground for experimenting with the Knex.js query builder and seeing the generated SQL and bindings.

Requirements

  • Node.js 20.19+ (Vite 7)

Development

npm install
npm run dev

Open http://localhost:5173 in your browser.

Build

npm run build
npm run preview

Deploy (GitHub Pages)

npm run deploy

npm 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

About

Query Studio for Knex

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors