objective_db 0.0.7+7
objective_db: ^0.0.7+7 copied to clipboard
JSON based Database
0.0.7+7 #
- Encryption feature added. Now you can encrypt and decrypt entire databases using RSA.
0.0.6+6 #
- Fixed issue. Boolean values were throwing unsupported data types. My Bad :)
0.0.5+5 #
- Move method added
- Swap method added
0.0.4+4 #
- deleteKey function added
- Could not insert an empty list before this update
- Can now insert values into empty lists
- Bug fixes (now should behave as intended)
0.0.3+3 #
- Now accepts arrays/Lists of String, int and double
0.0.2+2 #
- Added a description to the delete method on the README
- Corrected a word's spelling on the README
0.0.1+1 #
- Initial experimental version.