Skip to content

Instantly share code, notes, and snippets.

View talesmgodois's full-sized avatar
🏠
Working from home

Tales M Godois talesmgodois

🏠
Working from home
  • Listo
  • Brazil
View GitHub Profile
@talesmgodois
talesmgodois / Setting up an SQL Project
Created June 26, 2019 20:55
Setting up an Knex SQLite3 project from scratch
Configuring the setup
1. Setting up the dependices
yarn init -y (Initalises a packag.json with the default values)
yarn add knex sqlite3 (Add knex sqlite module)
yarn add jest --dev (Add jest to dev dependices)
2. Adding scripts to the package.json file