feature/SQlite #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/SQlite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Major changes on how chksum works
SQLite
Why a database?
Having a database allows me to do a lot of things I couldn't do before.
I can save a lot more information without needing to write custom decoders for the files.
Why SQLite and not something else?
I choose SQLite because I already worked with it before and therefore already knew how to integrate it.
It is also portable so you can back it up like you would a normal file.