fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
sqlite
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module sqlite)
└─
sqlite
(1 arg)
sqlite
API-Documentation: module
sqlite
Constructors
sqlite
(db
Native_Ref
)
:
Database
is
¶
[src]
minimal usage example:
Code input
_ := (sqlite.open "test.db").bind unit db-> db.query "select * from table_name;" res-> say (res.map t->"{t.0} => {t.1}") 0
What are effects?
run:
Code input
fz -modules=sqlite -jvm -JLibraries=sqlite3 path_to_example.fz
What are effects?
compile:
Code input
fz -modules=sqlite -c -CLink=sqlite3 -CInclude=sqlite3.h path_to_example.fz
What are effects?
0.095dev (GIT hash 24f243f66c4524d1213ce09701f02534d7405377)
last changed: 2026-04-02
minimal usage example:
run:
compile: