Commit graph

4 commits

Author SHA1 Message Date
83c3d58ec9
chore: project rename and license change
- Changed the name of the project to pelican
- Changed the license to MIT.
2023-04-26 14:41:50 +01:00
c43d8889df
refactor: project rename 2021-09-25 13:13:41 +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
83fe86d851 Initial commit 2021-08-12 18:35:20 +00:00