issues
search
Glavin001
/
IssueBot
Automate Issue replies and organization
MIT License
13
stars
5
forks
source link
Setup Database
#7
Closed
Glavin001
closed
8 years ago
Glavin001
commented
8 years ago
Let's use Postgres and Sequelize this time.
Resources:
https://www.postgresql.org/docs/9.5/static/tutorial-table.html
http://docs.sequelizejs.com/en/latest/
http://jeydotc.github.io/blog/2012/10/30/EXPRESS-WITH-SEQUELIZE.html
http://exponential.io/blog/2015/02/21/install-postgresql-on-mac-os-x-via-brew/
https://kkob.us/2016/01/09/homebrew-and-postgresql-9-5/
http://docs.sequelizejs.com/en/1.7.0/articles/express/
http://docs.sequelizejs.com/en/latest/docs/getting-started/
http://docs.sequelizejs.com/en/1.7.0/docs/models/
http://docs.sequelizejs.com/en/2.0/docs/models-definition/#indexes
http://docs.sequelizejs.com/en/latest/docs/associations/
http://docs.sequelizejs.com/en/latest/api/datatypes/#array
http://docs.sequelizejs.com/en/latest/api/model/#bulkcreaterecords-options-promisearrayinstance
Let's use Postgres and Sequelize this time.
Resources: