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.1.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for KVDatastore-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8490bae2f02a13a9eb6224a5e3fe7f695d3b2fc630fea660b86fc5badc8a086 |
|
MD5 | 2b3706463a1f5a6c084d96641a27a7e3 |
|
BLAKE2b-256 | 6509ffec5e8623d370fd559e6377a8fc2cad544816f47edc19027417ba8f3a93 |