forked from massivebox/ecodash
SQLite Initial Implementation
This is the first, most basic implementation of a SQLite database for caching. Future commits will make it much more optimized and able to efficiently store data for periods longer than 8 days.
This commit is contained in:
parent
6dc8fa3750
commit
e9125b783c
6 changed files with 56 additions and 33 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
config.json
|
||||
cache.json
|
||||
go.sum
|
||||
.idea
|
||||
.idea
|
||||
database.db
|
Loading…
Add table
Add a link
Reference in a new issue