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

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.

Awesome Lists containing this project

README

          

# dbkit

🚧 方便实现数据库的定时备份工具

[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/biezhi/dbkit/master/LICENSE)
[![Travis branch](https://img.shields.io/travis/biezhi/dbkit/master.svg)](https://travis-ci.org/biezhi/dbkit)
[![Go Report Card](https://goreportcard.com/badge/github.com/biezhi/dbkit)](https://goreportcard.com/report/github.com/biezhi/dbkit)
[![GoDoc](https://godoc.org/github.com/biezhi/dbkit?status.svg)](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)