The current index of the iterable.
Get the SQL string for the SELECT query for this iterable.
Chunk the iterable into the given size and call the callback passing the chunk along.
Promise
Get the container for this instance.
Given a query row, create an instance of the configured model class from it.
Instantiate a new injectable using the container.
Advance to the next value of this iterable.
Promise
Peek at the next value of the iterable, without advancing.
Promise<any|undefined>
Eager-load eager-loaded relations for the models in the query result.
Reset the iterable to the first index.
Promise
Advance the iterable to the given index.
Promise
Set the container for this instance.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Implementation of the result iterable that returns query results as instances of the defined model.