https://github.com/hellokaton/dbkit
🚧 convenient implement of Database timing backup tool.
https://github.com/hellokaton/dbkit
backup database golang mysql postgresql redis sqlite terminal
Last synced: 6 months ago
JSON representation
🚧 convenient implement of Database timing backup tool.
- Host: GitHub
- URL: https://github.com/hellokaton/dbkit
- Owner: hellokaton
- License: mit
- Created: 2017-09-13T03:03:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T07:48:12.000Z (over 8 years ago)
- Last Synced: 2025-03-19T09:14:17.191Z (10 months ago)
- Topics: backup, database, golang, mysql, postgresql, redis, sqlite, terminal
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbkit
🚧 方便实现数据库的定时备份工具
[](https://raw.githubusercontent.com/biezhi/dbkit/master/LICENSE)
[](https://travis-ci.org/biezhi/dbkit)
[](https://goreportcard.com/report/github.com/biezhi/dbkit)
[](https://godoc.org/github.com/biezhi/dbkit)
## 使用
```bash
» ./dbkit
NAME:
dbkit - A simple database tools
USAGE:
dbkit [global options] command [command options] [arguments...]
VERSION:
0.0.1
AUTHOR:
https://github.com/biezhi
COMMANDS:
start start dbkit tools
stop stop dbkit tools
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--config value config file path (default: ".")
--help, -h show help
--version, -v print the version
```
## 开源协议
[MIT](LICENSE)