LevelDB is a fast embedded database. It is the underlying technology of IndexedDB. Internally, y-leveldb uses level which allows to exchange the storage medium for a different supported database.
This project consists of a Chrome extension for storing key-value pairs using the chrome.storage API, and a Python script to fetch and display these values from the local LevelDB database. Click on ...