aboutsummaryrefslogtreecommitdiff
path: root/src/database.rs
Commit message (Expand)AuthorAgeFilesLines
* Change to allow the `version` column to have id 0 or 1, remove sql_mode setti...jakobst1n2023-09-081-8/+4
* Add query which sets sql_mode for the version row to be inserted (#2)jakobst1n2023-09-081-0/+4
* Remove database in query, as that should be configurable (#2)jakobst1n2023-09-081-1/+1
* :card_file_box: Make migration pattern for databaseJakob Stendahl2022-02-141-0/+61
* :children_crossing: Catch and deal with database connection error(s)v0.2.0Jakob Stendahl2022-02-141-8/+21
* :pencil2: One entry was omittedJakob Stendahl2022-02-141-1/+1
* Initial commitJakob Stendahl2022-01-241-0/+153