summary refs log tree commit diff stats
path: root/svc/db.go
Commit message (Collapse)AuthorAgeFilesLines
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* on SIGINT, push to DB before shutting downBen Morrison2019-06-131-0/+5
| | | | also logging elapsed time for DB pulls
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-111-11/+23
|
* 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
.rb?id=b1855df62ae954142ca7bbc5888212bc75081303'>b1855df6 ^
a126029a ^
b1855df6 ^





3424c054 ^
b1855df6 ^
01104f4a ^

b1855df6 ^




01104f4a ^


01104f4a ^
2887ca25 ^
7fe51696 ^
34bfb32e ^
adfea091
8a6f5eab ^
40c86e8c ^
8a6f5eab ^

bd627dc4 ^








7fe51696 ^


34bfb32e ^
3424c054 ^

34bfb32e ^



a0de7f95 ^

8a6f5eab ^
edea8053 ^
2887ca25 ^
adfea091
27ebfe63 ^

a0de7f95 ^
34bfb32e ^





adfea091
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101