pankod / moleculerjs-boilerplate

A well-structured Moleculer JS Boilerplate with Typescript, CLI, Service Helpers, Swagger, Jest support and everything you'll ever need to deploy rock solid projects. https://pankod.github.io/moleculerjs-boilerplate/
MIT License
196 stars 36 forks source link

Integrate Sequelize and postgresql #53

Closed ilakshmikanthp closed 5 years ago

ilakshmikanthp commented 5 years ago

I want to integrate sequelize ORM in my project in place of TypeORM and also postgresql. Can I get support for it or if possible can I get any boilerplate for it.

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.61. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

BatuhanW commented 5 years ago

This boilerplate had Sequelize before, here is the commit where we migrated to TypeORM, you can take a look and do reverse migration;

https://github.com/pankod/moleculerjs-boilerplate/commit/40580c6c5edd512e2155b7f1ff5d1716a05e4d10