File Types
Naming Conventions
The proper (though not required) filename extension for a PYNDatabase is .pyndb If saving to a J...
Pickling
pyndb saves data using pickle by default. pickle is installed with python, and thus should not re...
JSON
JSON files are useful when you want your data to be saved as simple, readable, and portable code....
Plaintext
Plaintext format stores data exactly how you would expect it to - as plain text. What's actually ...
Encryption
You can use encryption on any file type supported by pyndb. You must have an up-to-date version ...