View Source API Reference Exqlite v0.22.0

Modules

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.