modb-py

modb, on-disk-database, the replacement for open. no third party dependency, using btree internally.


Keywords
btree, database, python
License
MIT
Install
pip install modb-py==0.2

Documentation

modbgithub

Welcome to modb

modb is a lightweight and fast Database library written in pure python.

Why modb

  • educational comprehensive documentation
  • pure no third party dependencies needed
  • light only ~a thousand lines of code
  • fast using btree internally to boost the performance

To start

Quickstart

The name

modb stands for My Own DataBase. It's built for my own purposes originally.