knex.js

knex.js

Knex.js is a free and open-source JavaScript query builder for relational databases. The query builder supports Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift and is designed for easy-of-use and portability. Knex.js can be used with both callbacks and promises and supports transactions and connection pooling while providing async flow control, a stream interface, fully featured query and schema builders.

knex.js Information