Skip to content

Instantly share code, notes, and snippets.

View sladebot's full-sized avatar
🎯
Focusing

Souranil Sen sladebot

🎯
Focusing
View GitHub Profile
@sladebot
sladebot / learning-sequelize.md
Last active December 12, 2015 19:09
sequelize learnings

What are we using :

NPM:

  • pg
  • pg-hstore
  • sequelize
  • sequelize-cli ( for migrations pretty nifty )

So for adding any migrations which has an attribute with a dataType of HSTORE we need to enable it in the Postgresql database ( we need to find a way to automate this - thoughts ? ). Now this seemed to be a nice way so that whenever you create a database it enables HSTORE. Now this worked for me might not work for others.