# patx/pickledb

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/patx-pickledb).**

1,072 stars · 134 forks · Python · BSD-3-Clause

## Links

- GitHub: https://github.com/patx/pickledb
- Homepage: https://harrisonerd.com/pickledb
- awesome-repositories: https://awesome-repositories.com/repository/patx-pickledb.md

## Topics

`bsd-3-clause` `database` `datastore` `json` `key-value` `pickledb` `python` `python3`

## Description

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.

## Tags

### Part of an Awesome List

- [Database Systems](https://awesome-repositories.com/f/awesome-lists/data/database-systems.md) — Lightweight key-value store.
- [Databases](https://awesome-repositories.com/f/awesome-lists/data/databases.md) — Listed in the “Databases” section of the Awesome Python awesome list.
