lyquocnam / fastify-sequelize

Fastity plugin work with Sequelize (adapter for NodeJS -> Sqlite, Mysql, Mssql, Posgres)
23 stars 12 forks source link

Add some basic example for usage #10

Open rajnishmishra20 opened 4 years ago

rajnishmishra20 commented 4 years ago

Hi I am totally fresh to NodeJS environment. I have been using fastify-seuqlize for some REST API development. If possible please add some example of usage basically how to define models in different folders and export them as module to be used in other models for relations.