Tag

LMDB

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 18, 2021 · Databases

Python Database Operations: SQLite, MySQL, LMDB, and LevelDB Tutorial

This tutorial walks through setting up Python 2.7 on Ubuntu, then demonstrates how to install, connect to, and perform CRUD operations with four different databases—SQLite, MySQL, LMDB, and LevelDB—showing complete example scripts and summarizing the key differences between relational and key‑value stores.

DatabaseLMDBLevelDB
0 likes · 8 min read
Python Database Operations: SQLite, MySQL, LMDB, and LevelDB Tutorial