summaryrefslogtreecommitdiff
path: root/lib/Ultramarine/Model/DB.pm6
Commit message (Collapse)AuthorAge
* more retrieval methods in DBdakkar2018-03-03
|
* the db model is sqlite-specific, make it obviousdakkar2018-01-02
|
* use root-relative dirs in dbdakkar2018-01-02
| | | | this way, the actual path of songs doesn't matter
* give songs an iddakkar2018-01-02
| | | | it's needed for the api
* handle file deletiondakkar2017-12-30
|
* move coercions to signaturesdakkar2017-12-30
|
* better db structure, plus notesdakkar2017-12-30
|
* DBIish wants stringsdakkar2017-12-23
|
* fix .finish in gather/takedakkar2017-12-23
| | | | | the sth was being finished when returning, not at the end of the gather
* restructure DB schema, go plain DBIishdakkar2017-12-23
|
* minimal db modeldakkar2017-12-23