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
- Host: GitHub
- URL: https://github.com/brentahughes/badger-cli
- Owner: brentahughes
- License: apache-2.0
- Created: 2019-12-11T23:20:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T16:50:38.000Z (over 1 year ago)
- Last Synced: 2025-04-19T19:05:18.999Z (30 days ago)
- Topics: badger, golang
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 10
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# badger-cli
`go get github.com/bah2830/badger-cli`
```
Command line client for managing a badger databaseUsage:
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 valueFlags:
-d, --dir string Path to the badger database direcotry
-h, --help help for badger-cliUse "badger-cli [command] --help" for more information about a command.
```