Description
Accesses LevelDB databases from Python with a fast interface. It helps applications store and retrieve ordered key-value data locally without running a separate database server.
Local databases can hold important application state. Plan backups, locking, and migration behavior before using it for data that users cannot easily recreate.