gobang 0.1.0-alpha.0

A cross-platform terminal database tool written in Rust
1
2
3
4
5
6
7
8
9
10
11
[[conn]]
name = "sample"
user = "root"
host = "localhost"
port = 3306

[[conn]]
user = "root"
host = "localhost"
port = 3306
database = "world"