Cloudkibo / KiboPush

0 stars 1 forks source link

Learn Sequelize #49

Closed dayemsiddiqui closed 7 years ago

jekram commented 7 years ago

What is Sequelize?

dayemsiddiqui commented 7 years ago

@jekram Sequelize is the ORM (Object Relational Mapper) that we are using for MySql. It allows us to access the database using javascript objects and without writing any queries. It will save us from writing queries manually thereby saving time.

sojharo commented 7 years ago

I have completed the work on this. I went through the documentation and completed the learning we can close it once zarmeen completes this.

zarmeen92 commented 7 years ago

i went through the documentation as well. we can close this task

jekram commented 7 years ago

Thanks

sojharo commented 7 years ago

Imran please learn sequelize as it is different from mongodb so we keep having issues on it. So it would be better if we have more people with this knowledge so we understand how to use it and what to expect.

ImranBinShoukat commented 7 years ago

I have read the 50 % of the document. @sojharo @jekram should I continue or leave it as we have decided to change the database program from sequelize to mongodb?

jekram commented 7 years ago

You should continue to read and find the document. The overall architecture should be regardless of underlying DB technology.

ImranBinShoukat commented 7 years ago

Read the documentation of sequelize. This task can be closed now.

jekram commented 7 years ago

Thanks