summary refs log tree commit diff stats
path: root/svc/db.go
Commit message (Expand)AuthorAgeFilesLines
* adding fs sync after db pushBen Morrison2019-06-111-0/+3
* split db-specific funcs into separate filesBen Morrison2019-06-081-225/+4
* sqlite functionality addedBen Morrison2019-06-081-34/+115
* added User.RLen to leveldb push/pullBen Morrison2019-06-081-5/+8
* cleaned up error handlingBen Morrison2019-06-081-14/+7
* 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
iv>
98097b4 ^





c066ab2 ^
98097b4 ^
f0467d9 ^
6e7cdcd ^
f0467d9 ^




6e7cdcd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37