MusicConnectionMachine / StructuredData

In this project we will be scanning structured online resources such as DBPedia, Worldcat, MusicBrainz, IMSLP and other databases
GNU General Public License v3.0
4 stars 3 forks source link

Table Setup in Postgresql #26

Closed angelinrashmi2000 closed 7 years ago

angelinrashmi2000 commented 7 years ago

Define fields, key, constraints for all the entities and create the table.

kordianbruck commented 7 years ago

Please consider using an ORM: http://docs.sequelizejs.com/en/v3/

There will be a lot more to save, so using a ORM will save you a lot of time in the future!

ShilpaGhanashyamGore commented 7 years ago

Tim and I have created a schema (in PGAdmin 4) we have some open points . We can discuss this and create the schema today in VM

TimHenkelmann commented 7 years ago

Closing this issue as this is already implemented via Sequelize in theapi project