aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage_sqlite.c (unfollow)
Commit message (Collapse)Author
2023-05-13best practices & coding style fixesEgor Tensin
* 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.
2023-04-29make struct storage_settings_sqlite opaqueEgor Tensin
2023-04-11put SQL headers to a separate directoryEgor Tensin
2023-04-11actually create some tables in SQLite databaseEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-11create SQLite database on startupEgor Tensin