Commit graph

10 commits

Author SHA1 Message Date
e70d7c5611
feat: add database initialisation 2021-09-15 00:25:05 +01:00
279fadefdc
checkpoint 2021-09-14 21:02:52 +01:00
f25bdcbf84
build: explicitly specify binary file 2021-09-14 20:58:54 +01:00
20fe79b6bd
chore: update module 2021-08-29 16:06:53 +01:00
a170f90831
build: add a simple magefile 2021-08-18 01:40:12 +01:00
5dd56ae8ad
test: move test databases 2021-08-16 02:48:57 +01:00
d8f2f1451a
fix: add main function 2021-08-16 02:41:31 +01:00
c336fcd82b
feat: add database functions
Add database functions to read and write statuses to the status bucket
in a BoltDB database.

Add database functions to read and write cards to the card bucket.

Use encoding/gob to encode the Status and Card values before writing
them to the database.
2021-08-16 01:56:56 +01:00
81f18e5102 Add LICENSE 2021-08-12 18:39:29 +00:00
83fe86d851 Initial commit 2021-08-12 18:35:20 +00:00