mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
Update example (#7788)
This commit is contained in:
committed by
Varriount
parent
8557a2e1a5
commit
cb87bba82f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user