GatechVIP / gatech-swapr-server-node

1 stars 8 forks source link

Sequelize #45

Closed stuartf closed 7 years ago

stuartf commented 7 years ago

This gets rid of all the hard coded sqlite setup and replaces it with sequelize which can use sqlite or postgres by simply changing the configuration. It does not yet fix the hard coded sql in the api implementation and for that reason breaks a lot of tests. However, it should be fairly straightforward to fix that.

stuartf commented 7 years ago

this got merged with @ayand's changes