Skip to content

Instantly share code, notes, and snippets.

View bentruyman's full-sized avatar
🕺

Ben Truyman bentruyman

🕺
View GitHub Profile
@bentruyman
bentruyman / mongoose.GH.341.js
Created September 11, 2011 15:45 — forked from bnoguchi/mongoose.GH.341.js
mongoose GH-341.js - Response to sebm
var mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/sebtest');
var Schema = mongoose.Schema;
var StackItemSchema = new Schema({
blob: Number
});
var StackSchema = new Schema({