mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Update README
This commit is contained in:
parent
a5873a6e04
commit
ad323795c0
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user