about summary refs log tree commit diff
path: root/modules/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-11scrobbler: add interface to the sqlite3 databaseFranck Cuny3-0/+57
We want to persist the records in a database, so we can extract statistics and an history. The module for the database is straightforward: it opens the database if it exists and return an handler to it. If the dat