Skip to content

Instantly share code, notes, and snippets.

@devjin0617
Created January 4, 2017 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devjin0617/290c8739c78235cf512905d9dc05b666 to your computer and use it in GitHub Desktop.
Save devjin0617/290c8739c78235cf512905d9dc05b666 to your computer and use it in GitHub Desktop.
// lib/realm.js
var Realm = require('realm');
let UserSchema = {
...
});
var UserRealm = new Realm({
...
});
module.exports = {
UserRealm : UserRealm
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment