v0.5.0
Support using both nullability and type overrides (#549)
update todo examples to 0.4 and use migrations
Edit migrator to make it possible to create static instances
Remove the Done trait
feat(macros): implement `query_scalar!()` and variants
Add a test for nesting `.map`
format: run rustfmt
Update some postgres trybuild tests
feat(mssql): fix a few bugs and implement Connection::describe
feat: introduce docker-compose based testing for running locally against many database combinations
feat(mysql): support configuring the active charset and collation (via an automatic SET NAMES)
fix(tests): update x.py with new runtime-* features