Categorygithub.com/Sora233/buntdb-cli
modulepackage
0.0.8
Repository: https://github.com/sora233/buntdb-cli.git
Documentation: pkg.go.dev

# README

Buntdb-cli

an interactive buntdb shell client

ci Coverage Status


Install

Build from source

It's recommended to use binary release

  • go >= 1.13
go get -u -v github.com/Sora233/buntdb-cli

Usage

WARN: DO NOT use write command when other buntdb program is running, as multi write can destroy the buntdb file

Demo

  • Support Command
    • get
    • set
    • del
    • ttl
    • rbegin (begin a readonly transaction)
    • rwbegin (begin a read/write transaction)
    • commit
    • rollback
    • show
    • keys
    • search
    • use
    • shrink
    • save

You can provide -h flag for command to print help message. get

TODO

  • create index (Index is memory-only, You need to create index everytime you restart, so I am considering whether to impl it)

# Packages

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
COMMIT is set when build.
No description provided by the author