pickleDB

pickleDB is a lightweight key-value DBMS written in Python. It writes data formatted as plain text JSON to a local file.

Data Model

Document / XML

Query Execution

Tuple-at-a-Time Model

Query Interface

Custom API

Storage Architecture

Disk-oriented

System Architecture

Embedded

pickleDB Logo
Website

https://patx.github.io/pickledb/

Source Code

https://github.com/patx/pickledb

Tech Docs

https://pythonhosted.org/pickleDB/commands.html

Developer

Harrison Erd

Country of Origin

US

Start Year

2011

Project Type

Hobby, Open Source

Written in

Python

Supported languages

Python

Inspired By

Redis

Licenses

BSD