Skip to content

dolthub/dolt-knexjs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A getting started guide with Dolt and Knex.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •