Exqlite.Sqlite3 (exqlite v0.1.1) View Source
The interface to the NIF implementation.
Link to this section Summary
Functions
Get the number of changes recently.
Closes the database and releases any underlying resources.
Executes an sql script. Multiple stanzas can be passed at once.
Opens a new sqlite database at the Path provided.
Link to this section Types
Link to this section Functions
Specs
Specs
Get the number of changes recently.
Note: If triggers are used, the count may be larger than expected.
Specs
Closes the database and releases any underlying resources.
Specs
Specs
Executes an sql script. Multiple stanzas can be passed at once.
Specs
Specs
Opens a new sqlite database at the Path provided.
If path
can be ":memory"
to keep the sqlite database in memory.