Features:
- add MariaDB support
- allow to change file extension when loading directories
- switch `mysql.connector` dependency to `mysql-connector-python` because `mysql-connector` is obsolete
- improved documentation
Tests:
- simplify github CI tests, no service needed
- run from Python 3.7 to 3.11
- extensive rework of tests to ignore missing modules, use marks…
- add tests with docker images, needed for mariadb
- depend on pytest 7.