William-Olson / knex-repl

quickly enter knex queries to view their equivalent raw sql

Home Page:https://william-olson.github.io/knex-repl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

quickly enter knex queries to view their equivalent raw sql

https://william-olson.github.io/knex-repl/


Languages

Language:JavaScript 73.2%Language:Pug 10.5%Language:Stylus 8.2%Language:CSS 5.7%Language:Makefile 1.4%Language:Dockerfile 1.0%