Skip to content

MySQL 3.0.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 19 Jul 22:02
· 95 commits to main since this release
8717e4a

MySQL 3.0 is here 🎉
🐬 Pure Swift MySQL client built on non-blocking, event-driven sockets.

Docs:
docs.vapor.codes/3.0/mysql/getting-started/

API Docs:
api.vapor.codes/mysql/latest/MySQL


Changes since last RC:

New:

  • Added missing doc blocks.
  • Hid some unnecessarily public types and methods.
  • Fixed an issue where 0 length result sets could cause the connection to close when using TEXT protocol.