Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 472 Bytes

Introduction to Relational Databases, SQL and Knex

In this project we will cover the basics of Structure Query Language (SQL), Relational Databases, and Knex.js Queries.

Prerequisites

Project Setup

  • fork and clone this repository.
  • CD into the folder where you cloned your fork.
  • type npm i to download dependencies.