-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We are currently using serialization to json file (using serde) and writing to disk using the atomicwrites crate.
Cons of the current design:
- Very inefficient, as the whole database should be written for every mutation.
- Possible atomicity issues. sqlite3 is probably more battle tested than the
atomicwritescrate.
Required steps:
- Designing an SQL schema.
- Refactoring Funder's mutations to contain less logic.
- Translating Funder's mutations to SQL statements.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request