View Source EctoSQLite3Extras (ecto_sqlite3_extras v1.2.2)
Query stats about an SQLite database.
Summary
Functions
Compile-time options used when building SQLite.
Size of indices.
Run integrity checks on the database.
Values of all bool or integer PRAGMAs.
Get the map of all available queries.
Run the query specified by its slug atom and get (or print) the result.
Sequence numbers of autoincrement columns.
Size of tables (without indices).
Total size of all tables and indices.
Types
Ecto repository module (or a pair of the module and the remote node).
Functions
Compile-time options used when building SQLite.
Size of indices.
Run integrity checks on the database.
Values of all bool or integer PRAGMAs.
Get the map of all available queries.
Key: The friendly query name atom (the same as the function name).
Value: The name of the module defining the query behavior.
Run the query specified by its slug atom and get (or print) the result.
Sequence numbers of autoincrement columns.
The query will fail if there are no autoincrement columns in the DB yet.
Size of tables (without indices).
Total size of all tables and indices.