changed from postgres to mysql (mariaDB)

This commit is contained in:
bacalhau 2026-03-03 18:44:17 +00:00
parent a5895e2124
commit 8c1eb7dee8
4 changed files with 32 additions and 26 deletions

View file

@ -87,7 +87,7 @@
- **Software used**:
- Flask (backend framework)
- Postgres SQL (Database)
- MySQL (Database)
- SQLAlchemy (ORM)
- python-gnupg (PGP validation)
- Flask-WTF (Forms validation)