hapipal / schwifty

A model layer for hapi integrating Objection ORM
MIT License
73 stars 10 forks source link

Allow models to opt out of knex binding #85

Closed devinivy closed 4 years ago

devinivy commented 4 years ago

We will introduce a symbol Schwifty.bindKnex that may be placed on a model (i.e. staticly) that, when set to false, will opt the model out of being bound to the plugin's knex instance. This will allow for smoother multi-tenant models on multi-plugin servers.