Skip to content

Instantly share code, notes, and snippets.

View odnarb's full-sized avatar
😜
hacking

Brandon Chambers odnarb

😜
hacking
View GitHub Profile
/**
* A simple example of how to use Waterline v0.10 with Express
*/
var express = require('express'),
_ = require('lodash'),
app = express(),
Waterline = require('waterline');
// Require any waterline compatible adapters here