API Reference Exqlite v#0.32.0
View SourceModules
SQLite3 driver for Elixir.
A very basic API for simple use cases.
This module implements connection details as defined in DBProtocol.
The error emitted from SQLite or a general error with the library.
Handles parsing extra options for the SQLite connection
Query struct returned from a successfully prepared query.
The database results.
The interface to the NIF implementation.
This is the module where all of the NIF entry points reside. Calling this directly should be avoided unless you are aware of what you are doing.
A behaviour that defines the API for extensions providing custom data loaders and dumpers for Ecto schemas.