Skip to content

Instantly share code, notes, and snippets.

@aroman
Created October 26, 2014 03:18
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 aroman/e1c2fa750b27711e44f2 to your computer and use it in GitHub Desktop.
Save aroman/e1c2fa750b27711e44f2 to your computer and use it in GitHub Desktop.
function bindModels() {
// (i dont actually know how the API works)
seuelize.bind("model1", blah);
seuelize.bind("model2", blah);
}
sequelize.connect(function dbConnected () {
bindModels();
server.listen(app);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment