There was an error while loading. Please reload this page.
1 parent 8557a2e commit cb87bbaCopy full SHA for cb87bba
lib/impure/db_sqlite.nim
@@ -31,7 +31,7 @@
31
##
32
## .. code-block:: Nim
33
## import db_sqlite
34
-## let db = open("localhost", "user", "password", "dbname")
+## let db = open("mytest.db", nil, nil, nil) # user, password, database name can be nil
35
## db.close()
36
37
## Creating a table
0 commit comments