Skip to content

Instantly share code, notes, and snippets.

@t3h2mas
t3h2mas / express_postgress_knex.md
Created November 27, 2018 04:00 — 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
@t3h2mas
t3h2mas / 0_reuse_code.js
Created December 18, 2013 23:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console