summaryrefslogtreecommitdiffstats
path: root/src/db.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust 2018HEADmasterJesse Luehrs2018-12-231-1/+1
|
* cargo clippyJesse Luehrs2018-12-221-7/+7
|
* cargo fmtJesse Luehrs2018-12-221-66/+78
|
* simplifyJesse Luehrs2018-11-101-2/+2
|
* add a command to recommend things to listen toJesse Luehrs2018-11-101-0/+116
|
* add some viewsJesse Luehrs2018-11-101-0/+12
|
* add sql subcommand for raw queriesJesse Luehrs2018-11-101-0/+26
| | | | this was more painful than i think it should have been
* combine exporter and cmd/syncJesse Luehrs2018-11-071-3/+1
|
* clean up output a bitJesse Luehrs2018-11-071-1/+1
|
* no need to define my own type hereJesse Luehrs2018-11-071-5/+4
| | | | didn't realize this already existed
* better top level error handlingJesse Luehrs2018-11-071-3/+20
|
* make db syncing workJesse Luehrs2018-11-061-0/+20
|
* method to see when the most recent track we know about happenedJesse Luehrs2018-11-061-0/+13
|
* no need to create the connection twice hereJesse Luehrs2018-11-061-7/+10
|
* start sketching out some db stuffJesse Luehrs2018-11-051-0/+43