Commit graph

6 commits

Author SHA1 Message Date
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