kvs 0.1.1
kvs: ^0.1.1 copied to clipboard
High performance persistant memory based key-value storage with AES256 encryption. Support all features and can be used as drop-in of Dart Map<K,V>.
0.1.1 #
- database file existence added
0.1.0 #
- flush bug fix if directory not provided
0.0.9 #
- static method KVS.init now changed instance method that can be invoked after declaration
0.0.8 #
- Bug fixes
0.0.7 #
- Web support added using localStorage
- Encryption add/remove/change example added
0.0.6 #
- Cache now use completer
0.0.5 #
- Bug fixes
0.0.4 #
- Instance name caching to prevent data races.
- KVS.init will now return opened instance of same name if it was already opened instead of reopening.
0.0.3 #
- GitHub Repository Added
0.0.2 #
- SDK requirement decreased to v2.17.3
- Documentation added
0.0.1 #
- Initial release.