Exqlite
v0.27.0
Pages
Modules
Search documentation of Exqlite
Settings
View Source
Exqlite.Basic
(Exqlite v0.27.0)
A very basic API for simple use cases.
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)
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