Getting started with Dolt and Knex.js The code is described in detail in this blog. Installation % npm install Running the code % node index.js Add connection env Add a .env file with the following fields: DB_HOST="host" DB_PORT=3306 DB_USER="username" DB_PASSWORD="password" DB_NAME="database"