Skip to content

Instantly share code, notes, and snippets.

View Iamkosgei's full-sized avatar
🚀

kelvin kosgei Iamkosgei

🚀
View GitHub Profile
@laurenfazah
laurenfazah / express_postgress_knex.md
Last active November 26, 2022 13:19
Cheat Sheet: Setting up Express with Postgres via Knex

Express & Postgres via Knex

Note: <example> is meant to denote text replaced by you (including brackets).

Setup

// global dependencies
npm install -g knex
@Iamkosgei
Iamkosgei / express_postgress_knex.md
Created March 23, 2020 13:25 — forked from laurenfazah/express_postgress_knex.md
Cheat Sheet: Setting up Express with Postgres via Knex

Express & Postgres via Knex

Note: <example> is meant to denote text replaced by you (including brackets).

Setup

// global dependencies
npm install -g knex