Loopback Connector vs TypeORM Module #9346
-
I would like to ask the question regarding the future of the Loopback connector vs typeORM module. BackgroundCurrently im contemplating whether to kickstart a new project with Loopback Connector MySQL or typeORM Module Current Loopback MySQL Connector is not supporting current LTS node version 18, and version 16 will be ending on september 2023 (approximately half year to go) Since TypeORM is being worked in the loopback-next repository i wonder whether for the future typeORM will be the suggested implemetation rather than connector (or even move away from connector completely) To think of it, TypeORM will separate the DB driver to the loopback project itself thus granting more customization to the DB connection Has anyone got any idea regarding the future of both modules? and any suggestions is greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Although the maintainers of the framework are better equipped to provide clarity on the future potential of the modules you mentioned, I would like to supplement your knowledge with an additional option: @loopback/sequelize. It is a most recent addition to the official loopback extensions, much like the typeorm module you mentioned, and was developed by me. Therefore, I can assure you that it will be actively maintained in the foreseeable future. |
Beta Was this translation helpful? Give feedback.
-
FYI it seems mysql8 has been supported too |
Beta Was this translation helpful? Give feedback.
FYI
I went with loopback typeorm but hand in hand with the main typeorm too for migration and etc
it seems mysql8 has been supported too