This is enum helps categorise the type of data that is being stored. It will be used to convert the data
back to its orignal type (this will be fully implimented in the next release).
This loads a file that was saved using the “save_database” as read only (only read functions such as searching etc are permitted)
function which can then be used with the appropriate methods.
This function returns a String which is obfuscated. It is not encrypted, its main role is for the data to miss
being indexed or found in a file search. In 3.0 release this will be fully implimented in the struct as this will
be a breaking change.
Saves a database to a file. If the OBFUSCATE const is set to true, the data is “obfuscated”
(meaning the data is not encrypted but rather just slightly hidden).