Skip to content

Releases: Sora233/buntdb-cli

v0.0.8

01 Feb 16:34
Compare
Choose a tag to compare

add a new command dbsize to show the number of keys in db for now

v0.0.7: Merge pull request #16 from yunginnanet/master

16 Dec 08:37
850b827
Compare
Choose a tag to compare

two new command added ( Thanks to @yunginnanet )

  • search search for a pattern in value and then optionally delete those keys.
  • help show available command

v0.0.6

06 Sep 03:22
Compare
Choose a tag to compare
  • update go mod
  • just fix go-prompt messing your terminal up!

v0.0.5

06 Mar 06:42
Compare
Choose a tag to compare
update go mod

v0.0.4

23 Jan 15:43
Compare
Choose a tag to compare
show err when db invalid & update exit

v0.0.3

11 Jan 06:34
Compare
Choose a tag to compare

add shrink/save/drop command

v0.0.2

10 Jan 15:37
Compare
Choose a tag to compare

support transaction

v0.0.1

10 Jan 05:05
Compare
Choose a tag to compare
update github action