From 06039f1397bed4484cbd42bce4b2874b0a9a1277 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Fri, 3 Sep 2021 16:31:02 +0900 Subject: [PATCH] add a connection for SQLite --- sample.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample.toml b/sample.toml index b9e071f..add4507 100644 --- a/sample.toml +++ b/sample.toml @@ -17,3 +17,7 @@ user = "postgres" host = "localhost" port = 5432 database = "dvdrental" + +[[conn]] +type = "sqlite" +path = "$HOME/Downloads/chinook.db"