1
0
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:
Takayuki Maeda
2021-09-03 16:31:02 +09:00
parent 4dbf3fd922
commit 06039f1397

View File

@@ -17,3 +17,7 @@ user = "postgres"
host = "localhost"
port = 5432
database = "dvdrental"
[[conn]]
type = "sqlite"
path = "$HOME/Downloads/chinook.db"