/knex-repl

quickly enter knex queries to view their equivalent raw sql

Primary LanguageJavaScript

knex-repl

CircleCI GitHub package.json version

Extremely simple knex query to sql converter.

How to Run

Docker

Available as a docker image. Run the following 2 commands in your terminal...

docker pull willko/knex-repl
docker run -it -p 9933:9933 willko/knex-repl

After running the above docker commands, the repl should be accessible at http://localhost:9933 (use -p <port>:9933 for desired port).

Build Locally

Simply clone the repo and run npm install then make.

Screenshots

Super minimal UI.

alt-text