about summary refs log tree commit diff stats
path: root/src/storage/video_database/setters.rs (follow)
Commit message (Collapse)AuthorAge
* fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz2024-08-22
| | | | | | Sqlx supports turning an option to a NULL insertion, but trying to insert a string, containing "NULL", will result in this literal string being written to the database.
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.