unqlite-python

Python bindings for UnQLite, a lightweight, embedded NoSQL database and JSON document store.

UnQLite features:

  • Embedded, zero-conf database
  • Transactional (ACID)
  • Single file or in-memory database
  • Key/value store
  • Cursor support and linear record traversal
  • JSON document store
  • Thread-safe
  • Terabyte-sized databases

The source code for unqlite-python is hosted on GitHub.

Note

If you encounter any bugs in the library, please open an issue, including a description of the bug and any related traceback.

Contents:

Indices and tables

Table Of Contents

Next topic

Installation

This Page