pickleDB is a lightweight key-value DBMS written in Python. It writes data formatted as plain text JSON to a local file.[04]
- Source Code
- https://github.com/patx/pickledb[02]
- Developer
- Country of Origin
- US
- Start Year
- 2011 [05]
- Project Types
- Hobby, Open Source
- Written in
- Python
- Supported Languages
- Python
- Inspired By
- Redis
- License
- BSD License
pickleDB is a lightweight key-value DBMS written in Python. It writes data formatted as plain text JSON to a local file.[04]
Citations
5 sources- pickleDB · Lightning-Fast Key-Value Store for Python github.io
- GitHub - patx/pickledb: pickleDB is an in memory key-value store using Python's orjson module for persistence. It can also use SQLite instead of orjson if needed. · GitHub github.com
- pickleDB - simple key-value database pythonhosted.org
- A Peek at Three Python Databases: pickleDB, TinyDB and ZODB opensourceforu.com
- version 0.1, strings and lists github.com
Revision #1
Last Updated: