Skip to content

Commit cb87bba

Browse files
FedericoCerattoVarriount
authored andcommitted
Update example (#7788)
1 parent 8557a2e commit cb87bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/impure/db_sqlite.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
##
3232
## .. code-block:: Nim
3333
## import db_sqlite
34-
## let db = open("localhost", "user", "password", "dbname")
34+
## let db = open("mytest.db", nil, nil, nil) # user, password, database name can be nil
3535
## db.close()
3636
##
3737
## Creating a table

0 commit comments

Comments
 (0)