Skip to content

Instantly share code, notes, and snippets.

@fatuhoku
Created February 25, 2013 16:11
Show Gist options
  • Save fatuhoku/a7dd965ea731f6351b1c to your computer and use it in GitHub Desktop.
Save fatuhoku/a7dd965ea731f6351b1c to your computer and use it in GitHub Desktop.
Require the pg package with __meteor_bootstrap__
pgConString = "postgres://localhost/youramazingpostgresdb"
Meteor.startup ->
require = __meteor_bootstrap__.require
pg = require 'pg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment