knex-orm icon indicating copy to clipboard operation
knex-orm copied to clipboard

[Question] Late instantiation

Open kevyworks opened this issue 6 years ago • 2 comments

  • 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

kevyworks avatar Oct 06 '18 13:10 kevyworks

Unfortunately, I abandoned working on this project, but would recommend to check Objection.js as an alternative.

kripod avatar Oct 06 '18 17:10 kripod

@kripod oh.. thanks anyways..

kevyworks avatar Oct 06 '18 17:10 kevyworks