someretical / TheoreticalDiary

Qt desktop app for a digital diary
GNU General Public License v3.0
4 stars 0 forks source link

Move from JSON to SQLite #22

Open someretical opened 2 years ago

someretical commented 2 years ago

Is your feature request related to a problem? Please describe. Not really related to a problem but more to do with optimization.

Describe the solution you'd like Move to using SQLite to store the diary.

Describe alternatives you've considered None

Additional context The SQLite database must be serialised and de-serialised in memory since it must then be encrypted. Qt already has SQLite bindings.