- add SQL.select_one to return one result or None - add AsyncSQL with async query methods (execute, select, select_one) - script/lint - disable mypy for now
0.10.0
Breaking change:
- Migration.up and .dn are now lists, which allows migrations to include multiple statements for databases that can only execute one at a time (like sqlite3)