harryzhu / sqlconfctl

sqlconf editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlconfctl

sqlconf editor

Usage

git clone https://github.com/harryzhu/sqlconfctl

cd sqlconfctl

# windows
build-windows.bat

# non-windows
./build.sh 

set KEY=VAL into conf database

./sqlconfctl set --file="./conf.db" --name=appname --val=s3uploader

delete KEY from conf database

./sqlconfctl delete --file="./conf.db" --name=appname

Params

  • --file="./conf.db" can be skipped and "./conf.db" is the default file
  • --name="app_name" the key of your settings
  • --val="sqlconfctl" the value of the key

About

sqlconf editor

License:Other


Languages

Language:Go 97.6%Language:Shell 1.3%Language:Batchfile 1.1%