Update example (#9395)

(cherry picked from commit afc453beff)
This commit is contained in:
Federico Ceratto
2018-10-16 23:17:37 +01:00
committed by narimiran
parent 7e1d411279
commit 25ce980fe1

View File

@@ -31,7 +31,7 @@
##
## .. code-block:: Nim
## import db_sqlite
## let db = open("mytest.db", nil, nil, nil) # user, password, database name can be nil
## let db = open("mytest.db", "", "", "") # user, password, database name can be empty
## db.close()
##
## Creating a table