Skip to content

New storage method

Compare
Choose a tag to compare
@jaedsonpys jaedsonpys released this 06 Aug 19:14
· 1 commit to master since this release
70e4124

9.0.0

Features

  • Remove all methods that use pickle.
  • Create self method to store data and read database by lines.
  • Loading only necessary data when getting, adding, deleting and updating.
  • Encode and decode data using struct in Cryptography class.
  • Raise ValueNotSupportedError to not suported values (supported data types: str, int, float, bool, dict and list).