API Reference Exqlite v0.11.8

modules

Modules

SQLite3 driver for Elixir.

A very basis API without lots of options to allow simpler usage for basic needs.

This module implements connection details as defined in DBProtocol.

Handles parsing extra options for the SQLite connection

Query struct returned from a successfully prepared query.

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.