aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage_sqlite.c (follow)
Commit message (Collapse)AuthorAge
* best practices & coding style fixesEgor Tensin2023-05-13
| | | | | | | | * I don't really need to declare all variables at the top of the function anymore. * Default-initialize variables more. * Don't set the output parameter until the object is completely constructed.
* make struct storage_settings_sqlite opaqueEgor Tensin2023-04-29
|
* put SQL headers to a separate directoryEgor Tensin2023-04-11
|
* actually create some tables in SQLite databaseEgor Tensin2023-04-11
|
* add copyright noticesEgor Tensin2022-12-02
|
* create SQLite database on startupEgor Tensin2022-09-11