Exqlite.Sqlite3 (Exqlite v0.5.11) 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.
Causes the database connection to free as much memory as it can. This is useful if you are on a memory restricted system.
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
Specs
Specs
Specs
Specs
Opens a new sqlite database at the Path provided.
If path
can be ":memory"
to keep the sqlite database in memory.
Specs
Specs
Causes the database connection to free as much memory as it can. This is useful if you are on a memory restricted system.
Specs
Specs
transaction_status(db()) :: {:ok, :idle | :transaction}