Skip to content

Welcome to modb docs

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.