about summary refs log tree commit diff stats
path: root/svc/db.go
Commit message (Expand)AuthorAgeFilesLines
* working on adding sqliteBen Morrison2019-06-081-0/+7
* database refs and static assets concurrency-safeBen Morrison2019-06-081-5/+23
* moved type declarations into respective filesBen Morrison2019-06-081-0/+13
* renamed functionsBen Morrison2019-06-061-4/+4
* moved initDatabase() to db.goBen Morrison2019-06-061-0/+30
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+135
> 71 72 73 74 75 76 77 78 79