From cb87bba82fa81240ea449e13a99280ce134096db Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 1 Jun 2018 16:28:20 +0100 Subject: [PATCH] Update example (#7788) --- lib/impure/db_sqlite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index b1541c1ba1..6b8ca48817 100644 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -31,7 +31,7 @@ ## ## .. code-block:: Nim ## import db_sqlite -## let db = open("localhost", "user", "password", "dbname") +## let db = open("mytest.db", nil, nil, nil) # user, password, database name can be nil ## db.close() ## ## Creating a table