Update example (#7788)

This commit is contained in:
Federico Ceratto
2018-06-01 16:28:20 +01:00
committed by Varriount
parent 8557a2e1a5
commit cb87bba82f

View File

@@ -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