An open API service indexing awesome lists of open source software.

https://github.com/brentahughes/badger-cli

Command line Client for Badger https://github.com/dgraph-io/badger
https://github.com/brentahughes/badger-cli

badger golang

Last synced: 12 days ago
JSON representation

Command line Client for Badger https://github.com/dgraph-io/badger

Awesome Lists containing this project

README

        

# badger-cli

`go get github.com/bah2830/badger-cli`

```
Command line client for managing a badger database

Usage:
badger-cli [command]

Available Commands:
delete Delete a key and its contents
get Get content of a specific key
help Help about any command
list List keys in the database
set Set a key and its value

Flags:
-d, --dir string Path to the badger database direcotry
-h, --help help for badger-cli

Use "badger-cli [command] --help" for more information about a command.
```