easydb-storage
easydb-storage is a lightweight, zero-boilerplate key-value database library for Python powered by SQLite. It lets you store, retrieve, and manage persistent data locally using a clean, dictionary-like syntax—eliminating the need to write repetitive SQL queries.
Features
- Zero Boilerplate: No database connections, cursor setups, or explicit commit statements to manage.
- Dictionary-Like API: Interact with your local database using standard Python dictionary syntax (
db["key"] = value). - Type Safe Serialization: Automatically handles native Python data types (strings, integers, lists, dictionaries) via JSON serialization.
- Context Manager Support: Clean resource management out of the box using
withblocks.
Installation
Install the library via pip:
pip install easydb-storage
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easydb_storage-0.1.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easydb_storage-0.1.0.tar.gz.
File metadata
- Download URL: easydb_storage-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08f06aed7901c35c298edce1c18e327c661f2da3e834308f2557344f30b4dc29
|
|
| MD5 |
be30b7a9bbca39838ba7b79d15caa2d7
|
|
| BLAKE2b-256 |
6cfc1df82b0be361f6c56f72d320cd12a53d147594e947864ce7cb381a2a3db5
|
File details
Details for the file easydb_storage-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easydb_storage-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c36f6f806a1bada1b4f54d5fcc0dad10096932a9a0f283350e4b364358eb85d
|
|
| MD5 |
0606fd100daf333edbfc7a0f38aea053
|
|
| BLAKE2b-256 |
5a01c60bd751d90390f7767e7aed1669bc38ea0893b8a67c98bb9efa67f1bbfb
|