File based key-value datastore
Project description
============================================ File based Key Value Datastore =====================================================
This is a simple Key value datastore that supports CRD operations(Create, Read, Delete). This datastore creates a datastore in your local machine. Since it is a package, you can initialize by following steps.
=> open your terminal, run pip install KVDatastore => now open your python, run following code.
>>> from KVDatastore import * >>> object=KVDatastore()
This imports all methods to your code and creates instance of the class
- => The methods available are,
–> initdatastore(location) –> create(key,value) –> read(key) –> delete(key)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
KVDatastore-1.0.0.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for KVDatastore-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 369f21259eb84492268449dabcf5cd94ba323bcba14e5e401bab98c6ad6b7556 |
|
MD5 | 46f6b7f597c638167022cef6e03b666c |
|
BLAKE2b-256 | cde8a6d375d9d255167812248ce66bd070dbb4124b61903759a51db757046ed9 |