Support
Quality
Security
License
Reuse
Coming Soon for all Libraries!
Currently covering the most popular Java, JavaScript and Python libraries. See a SAMPLE HERE.
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Fast writes, file writing is performed asynchronously
Stores entries in standard/native formats (json,pickle)
Small code base and pure python - just one python file
Light weight (easily add different file systems or serialization formats)
Schemaless
Installation
pip install git+https://github.com/bkusenda/deadsimpledb
Usage
# Create database object
db = DeadSimpleDB(root_path="ddb")
# Add some dictionary data and use json (default storage type)
db.save(('entity',1),value={'value':1000})
db.save(('entity',2),value={'value':"Hello"})
db.save(('entity',3),value={'value':"World"},clear_cache=True)
# Add a numpy entry and store in pickel format
db.save(('stats',1),value=np.random.rand(3,3), stype='pkl')
# Save Entries to Disk
db.flush_all()
# retrieve an entry
stored_value = db.get(('entity',1))
No Community Discussions are available at this moment for deadsimpledb.Refer to stack overflow page for discussions.
No Community Discussions are available at this moment for deadsimpledb.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
No vulnerabilities reported
Save this library and start creating your kit
Save this library and start creating your kit