gobang/sample.toml
Takayuki Maeda cbd33b1659 get schema
2021-08-07 00:41:38 +09:00

34 lines
444 B
TOML

[[conn]]
type = "mysql"
name = "sample"
user = "root"
host = "localhost"
port = 3306
[[conn]]
type = "mysql"
user = "root"
host = "localhost"
port = 3306
database = "world"
[[conn]]
type = "mysql"
user = "root"
host = "localhost"
port = 3306
database = "employees"
[[conn]]
type = "postgres"
user = "postgres"
host = "localhost"
port = 5432
[[conn]]
type = "postgres"
user = "postgres"
host = "localhost"
port = 5432
database = "dvdrental"