Skip to content

Releases: cvburgess/SQLDataSource

0.2.0

08 Jul 14:55

Choose a tag to compare

  • Fix issues with lexical scoping [#19]
  • Deprecate this.knex in favor of this.db
  • Mark batching as experimental
  • Update docs to reflect current development status

0.1.7

24 Apr 17:52

Choose a tag to compare

  • Fix for responses from sqlite and mssql drivers [#9]

0.1.6

05 Apr 18:53
410b33b

Choose a tag to compare

  • Fix issue setting TTL on cache requests [#15]

0.1.5

28 Feb 16:57
efe0983

Choose a tag to compare

  • Update dependencies to resolve cache TTL issue [#12]

0.1.4

29 Nov 01:21
221011c

Choose a tag to compare

  • Fix multiple onQuery logging events [#5]

0.1.3

21 Nov 01:31
1fbdfc7

Choose a tag to compare

  • Add support for multiple node and npm versions [#3]

0.1.2

06 Nov 15:51

Choose a tag to compare

  • Fix broken import

0.1.1

05 Nov 22:01

Choose a tag to compare

  • Add more documentation [#2]
  • Extend the Apollo DataSource class

0.1.0

31 Oct 19:08

Choose a tag to compare

  • Initial publication
  • Adds SQLCache and SQLDataSource classes