- Fix missing new driver name - Fix version documentation
8.0
- switch to `pyproject.toml` - rename branch `master` to `main` - drop support for Python *3.7* to *3.9* - add support for `duckdb` - use Python *3.10* nicer type hint syntax - fix tests to work with `aiosql` *8.0* - skip some tests when modules or commands are missing
7.3
- improved `Makefile` - improved documentation - make constructor accept a list of files - better test resilience when back-ends are missing
7.2
- Fix attribute name for `mariadb`, thanks EnigmaCurry! - Improved doc.
7.1
- test with Python *3.12*.
7.0
- make `connect` return the current connection - add `mariadb` support - improved documentation