|
|
@ -1,6 +1,7 @@ |
|
|
|
+++ |
|
|
|
+++ |
|
|
|
title = "Condensed Fernico" |
|
|
|
title = "Condensed Fernico" |
|
|
|
date = 2020-10-22 |
|
|
|
date = 2020-10-22 |
|
|
|
|
|
|
|
updated = 2022-08-03 |
|
|
|
|
|
|
|
|
|
|
|
[taxonomies] |
|
|
|
[taxonomies] |
|
|
|
tags = ["projects", "personal", "finance", "cli", "storage"] |
|
|
|
tags = ["projects", "personal", "finance", "cli", "storage"] |
|
|
@ -9,8 +10,9 @@ tags = ["projects", "personal", "finance", "cli", "storage"] |
|
|
|
CLI Finance |
|
|
|
CLI Finance |
|
|
|
|
|
|
|
|
|
|
|
- CLI interface |
|
|
|
- CLI interface |
|
|
|
- Storage: Diesel? SQLite directly? |
|
|
|
- Storage: ~~Diesel? SQLite directly?~~ SQLx |
|
|
|
- Save attachments: How? |
|
|
|
- Save attachments: How? |
|
|
|
|
|
|
|
- Store in the database, as Base64 (along mimetype and name) |
|
|
|
- Short UUID for records |
|
|
|
- Short UUID for records |
|
|
|
- Uses event store for all operations |
|
|
|
- Uses event store for all operations |
|
|
|
- We can sync using the event store |
|
|
|
- We can sync using the event store |
|
|
|