mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
committed by
narimiran
parent
7e1d411279
commit
25ce980fe1
@@ -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