Skip to content

Instantly share code, notes, and snippets.

View trbachmann's full-sized avatar

Tiffany trbachmann

View GitHub Profile
@trbachmann
trbachmann / express_postgress_knex.md
Created March 14, 2019 21:56 — 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