mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
Update example (#9395)
This commit is contained in:
committed by
ringabout
parent
ebdbdb0ca5
commit
ed588265ca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user