Given an array of pojos it returns an array of model instances
(Plain Old Javascript Object)
Get Knex query-builder for this collection/table
For posible future use Deletes the table corresponding to the collection
Get table structure and metadata for a model
Column metadata
Returns table schema with column metadata
Generated using TypeDoc
Manages a collection of models (rows in a db table) It follows Repository pattern