KeyValuePairStore

KeyValuePairStore is a versatile key-value data storage project, utilizing JSON serialization for various data types. With DeltaTime for versioning and customizable options, it offers simple yet powerful data management. Contributions welcome. -ChatGPT ;)

MIT License

Stars
2
Committers
2

Bot releases are hidden (Show)

KeyValuePairStore - V.8.0.1 Latest Release

Published by LaurentAerens 3 months ago

minor fix

  • fixed minor issue with DateTimeToString Where i used YYYYMMDDHH but it should be YYYYMMddHH
  • added test to prevent issue in the future
  • removed unused using's
KeyValuePairStore - v8.0.0

Published by LaurentAerens 5 months ago

Added multithreading support:

  • added mutex for threadsafe access to json
  • added bool update, that force update the local dictonary
  • added increment int/double/long methode to threadsafe increment variable
Related Projects