Search
Exqlite
v0.11.8
Pages
Modules
Settings
View Source
Exqlite.Basic
(Exqlite v0.11.8)
A very basis API without lots of options to allow simpler usage for basic needs.
Link to this section
Summary
Functions
close(conn)
disable_load_extension(conn)
enable_load_extension(conn)
exec(conn, stmt, args \\ [])
load_extension(conn, path)
open(path)
rows(exec_result)
Link to this section
Functions
Link to this function
close(conn)
View Source
Link to this function
disable_load_extension(conn)
View Source
Link to this function
enable_load_extension(conn)
View Source
Link to this function
exec(conn, stmt, args \\ [])
View Source
Link to this function
load_extension(conn, path)
View Source
Link to this function
open(path)
View Source
Link to this function
rows(exec_result)
View Source