hutschen / mv-tool-api

Measure tracking tool for the implementation of information security measures in projects
https://mv-tool.readthedocs.io
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add support for MariaDB #62

Open hutschen opened 2 years ago

hutschen commented 2 years ago

Read the article on database connections in FastAPI docs, see https://fastapi.tiangolo.com/tutorial/sql-databases/

hutschen commented 2 years ago

Try MariaDB-Connector instead of pyMySQL. See here https://mariadb.com/de/resources/blog/using-sqlalchemy-with-mariadb-connector-python-part-1/