Releases: cvburgess/SQLDataSource
Releases · cvburgess/SQLDataSource
1.5.0
- Add types for
this.db
and this.context
( Thanks @astorije )
1.3.1
- Various dependency security updates via dependabot
1.3.0
- knex-tiny-logger update ( requires node v10+ )
1.2.0
- Support specifying a knex instance instead of config object ( Thanks @theogravity! )
1.1.0
- Allow knex instance to be referenced by
this.knex
in addition to this.db
1.0.2
- Fix issue with repeated constructor calls
1.0.1
- Fix issue with Redis keys and values
- Uses a hash for keys and serializes values to/from the cache
1.0.0
- Switch to an extended knex method (.cache) vs the old wrapper fns
- Remove batching support