home · contact · privacy
Add Day.all() date ranging test.
[plomtask] / scripts / init.sql
1 CREATE TABLE days (
2     date TEXT PRIMARY KEY
3 );