mirror of
https://github.com/TaKO8Ki/gobang.git
synced 2021-09-19 22:32:56 +03:00
add a connection for SQLite
This commit is contained in:
@@ -17,3 +17,7 @@ user = "postgres"
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
database = "dvdrental"
|
||||
|
||||
[[conn]]
|
||||
type = "sqlite"
|
||||
path = "$HOME/Downloads/chinook.db"
|
||||
|
||||
Reference in New Issue
Block a user