KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
buntdb-cli
★ 12
Open GitHub ↗
an interactive buntdb shell client
Download README (.md)
Explore Similar Repositories
storyifyAVideo
:
a simple application that creates "stories" of videos showing only the newest. From api.video (https://api.video)
ArabaOtomasyonu
:
C ile Araba Galeri Yönetim Otomasyonu
ROAD
:
ROAD facilitates the design of RNA nanostructures using the RNA origami method.
dyn-dialect
:
A repository to test dialects defined dynamically.
McLabel
:
Create labels for your McMaster-Carr bags, based on your McMaster-Carr receipt.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
buntdb-cli
?
Download (.md)
# Buntdb-cli an interactive [buntdb](https://github.com/tidwall/buntdb) shell client  [](https://coveralls.io/github/Sora233/buntdb-cli?branch=master) ---- ### Install * Download from [Release](https://github.com/Sora233/buntdb-cli/releases) ### Build from source *It's **recommended** to use binary release* - go >= 1.13 ```shell 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**  * 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.  ### TODO - [ ] create index (Index is memory-only, You need to create index everytime you restart, so I am considering whether to impl it)