1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 17:27:18 +00:00

Update README

This commit is contained in:
Calvin Rose 2018-07-04 11:06:10 -04:00
parent a5873a6e04
commit ad323795c0

View File

@ -131,7 +131,7 @@ make natives
Next, enter the repl and create a database and a table. Next, enter the repl and create a database and a table.
``` ```
dst:1:> (import natives.sqlite :as sql) dst:1:> (import natives.sqlite3 :as sql)
nil nil
dst:2:> (def db (sql.open "test.db")) dst:2:> (def db (sql.open "test.db"))
<sqlite3.connection 0x5561A138C470> <sqlite3.connection 0x5561A138C470>