Skip to content

Releases: uncaughtxcptn/leveldb-inspector

0.2.0

25 Jun 18:43
155ac9a
Compare
Choose a tag to compare
v0.2.0

0.2.0

0.2.0-alpha.2

24 Jun 18:50
Compare
Choose a tag to compare
0.2.0-alpha.2 Pre-release
Pre-release
Use shorthand approach

Co-authored-by: Arnelle Balane <[email protected]>

0.2.0-alpha.1

24 Jun 18:44
Compare
Choose a tag to compare
0.2.0-alpha.1 Pre-release
Pre-release

Changelog

  • Enable auto updates using electron-updater

Basic inspector with CRUD

07 Jun 06:13
7b3ae97
Compare
Choose a tag to compare

Features:

  • Open existing leveldb folder
  • Read key-value pairs assuming they are strings
  • Update exiting values assuming they are strings
  • Add new key-value pairs as strings
  • Close the connection so other software can open it