knex-orm
knex-orm copied to clipboard
[Question] Late instantiation
- Hi, I am currently looking for an alternative ORM for node.. While reading comments and examples from them, one key factor im finding is define Model Classes or Model Schemas, then when the application loads, ill require/import what is required model, starts the Database authentication/connect and then accessing that model. Would that work?
Note that I havent tried to install the package yet.. I would love to see this package support for moleculerjs https://moleculer.services
Unfortunately, I abandoned working on this project, but would recommend to check Objection.js as an alternative.
@kripod oh.. thanks anyways..