Commit Graph

12 Commits

Author SHA1 Message Date
Michael Green
b0e74a2010 Add MariaDB support (#156)
* Fixed startup db check

* Relation tables are created automatically for IGDB metadata

* Removed JSON dependency from filters

* Removed JSON searches from Game library queries

* Gaseous now runs without error on MariaDB

* Fixed static database name bug

* Updated docker files and README
2023-10-14 14:59:53 +11:00
Michael Green
f9d6cc4bdc Added a check for the DB and a delay at start up if the database is not available (#148) 2023-10-09 16:34:59 +11:00
Michael Green
67447d49b5 Logging now writes to the database (#110) 2023-09-18 16:54:37 +10:00
Michael Green
d67c17528a Added pre and post db upgrade script support, schema version now visible on the about page (#92) 2023-09-09 23:56:57 +10:00
Michael Green
97e8ffa386 refactor: tosec dat import is now batched using mysql transactions 2023-07-04 22:54:28 +10:00
Michael Green
5260738a5b feat: scaffolding for background tasks complete 2023-03-17 23:08:46 +11:00
Michael Green
13dc90883d fix: database upgrade and added basic timer 2023-03-11 01:04:03 +11:00
Michael Green
d484ee32cb fix: fixed database upgrade bug 2023-03-07 10:59:19 +11:00
Michael Green
8175b4b6e6 feat: initial signature look up support 2023-03-07 10:53:46 +11:00
Michael Green
39e0bd9740 refactor: check for the existance of a database upgrade script rather than swallow an error that it doesn’t exist 2023-03-01 12:34:28 +11:00
Michael Green
85726ada7a feat: added capability of creating/updating the database schema 2023-03-01 11:50:58 +11:00
Michael Green
be5904f9ad feat: first version to introduce database storage (incomplete) 2023-02-25 01:49:20 +11:00