From 4c77dc5f5ef793e37783d7d5ec957fd7597ca04d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 3 Aug 2022 16:09:22 -0300 Subject: [PATCH] Reviewing Fernico --- content/projects/fernico.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/projects/fernico.md b/content/projects/fernico.md index 53c3790..f79eb86 100644 --- a/content/projects/fernico.md +++ b/content/projects/fernico.md @@ -1,6 +1,7 @@ +++ title = "Condensed Fernico" date = 2020-10-22 +updated = 2022-08-03 [taxonomies] tags = ["projects", "personal", "finance", "cli", "storage"] @@ -9,8 +10,9 @@ tags = ["projects", "personal", "finance", "cli", "storage"] CLI Finance - CLI interface -- Storage: Diesel? SQLite directly? +- Storage: ~~Diesel? SQLite directly?~~ SQLx - Save attachments: How? + - Store in the database, as Base64 (along mimetype and name) - Short UUID for records - Uses event store for all operations - We can sync using the event store