Commit graph

3 commits

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