SQLDataSource Versions Save

SQL DataSource for Apollo GraphQL projects

v1.5.0

2 years ago
  • Add types for this.db and this.context ( Thanks @astorije )

v1.3.1

3 years ago
  • Various dependency security updates via dependabot

v1.3.0

4 years ago
  • knex-tiny-logger update ( requires node v10+ )

v1.1.0

4 years ago
  • Allow knex instance to be referenced by this.knex in addition to this.db

v1.1.1

4 years ago
  • Knex update for security

v1.2.0

4 years ago
  • Support specifying a knex instance instead of config object ( Thanks @theogravity! )

v1.2.1

4 years ago
  • Knex update ( v0.20.x )

v1.0.2

4 years ago
  • Fix issue with repeated constructor calls

v1.0.1

4 years ago
  • Fix issue with Redis keys and values
  • Uses a hash for keys and serializes values to/from the cache

v1.0.0

4 years ago
  • Switch to an extended knex method (.cache) vs the old wrapper fns
  • Remove batching support