Skip to content

Instantly share code, notes, and snippets.

View hype08's full-sized avatar

Henry Zhang hype08

  • Vancouver, Canada
  • 23:56 (UTC -07:00)
View GitHub Profile
@laurenfazah
laurenfazah / express_postgress_knex.md
Last active August 10, 2026 19:55
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