quick
quick copied to clipboard
A ColdBox ORM Engine
Each `with` relationship should be able to be parallelized. Add an optional argument or setting to do this.
Similar to `withoutGlobalScopes`, this method provides a way to disable automatic eager loading (see #47)
Add it back in if needed.
`replicate` should clone the model and clear out the primary key (and `_isLoaded`) so it can be saved as a new model. Also probably needs a new interception point?
`.select( [ "camelCase AS camelCase" ] );` Used when trying to retrieve values directly from qb.