Added
* Support for Unix domain in connections ([423][423])
* Added `asyncmy` MySQL driver ([382][382])
[423]: https://github.com/encode/databases/pull/423
[382]: https://github.com/encode/databases/pull/382
Fixed
* Fix SQLite fetch queries with multiple parameters ([435][435])
* Changed `Record` type to `Sequence` ([408][408])
[435]: https://github.com/encode/databases/pull/435
[408]: https://github.com/encode/databases/pull/408