- 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
6.1
This release: - add GitHub CI configuration. - add Markdown checks. - improves documentation.
6.0
This release:
- makes connection string parameter optional, as some drivers do not need it. - adds support for MySQL drivers: `pymysql`, `mysqlclient`, `mysql-connector`. - adds support for Postgres drivers: `pygresql`, `pg8000`. - improves documentation. - improved tests.