Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Releases: casperiv0/mysql.ts

Release 0.0.6

07 May 11:20
Compare
Choose a tag to compare

Changelog

Breaking change:

<Connection>.query has been replaced with <Connection>.query()

- const results = await connection.query.select("*") ...
+ const results = await connection.query().select("*") ...

Release 0.0.5

07 May 11:20
Compare
Choose a tag to compare

Changelog

  • fix: cleanup query after exec

Release 0.0.4

07 May 10:27
Compare
Choose a tag to compare

Changelog

  • Add missing exports

Release 0.0.3

07 May 10:02
Compare
Choose a tag to compare

Changelog

  • Add missing links to package.json

Release 0.0.2

07 May 09:58
Compare
Choose a tag to compare

Changelog

  • Update documentation

Release 0.0.1

07 May 09:50
Compare
Choose a tag to compare

Changelog

  • Initial release
  • Add documentation