View on GitHub

knex-repl

converts knex code into SQL

knex-repl

Extremely simple knex query to sql converter.

Features

Docker

Install

docker pull willko/knex-repl:latest

Run

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

About

Built for streamlining implementation of knex queries to assure exactly what the sql output will be. Knex-Repl is a handy tool for any developer using knex.