Update example (#9395)

This commit is contained in:
Federico Ceratto
2018-10-16 23:17:37 +01:00
committed by ringabout
parent ebdbdb0ca5
commit ed588265ca

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