View Source EctoSQLite3Extras (ecto_sqlite3_extras v1.1.6)
Query stats about an SQLite database.
Link to this section Summary
Functions
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.
Link to this section Types
Ecto repository module (or a pair of the module and the remote node).
Link to this section Functions
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.