View Source Trifle.Stats.Driver.Sqlite (Trifle.Stats v2.5.0)

SQLite driver for Trifle.Stats using exqlite. Stores time series data in SQLite with JSON1 extension for efficient querying.

Summary

Functions

Link to this function

inc(keys, values, driver, count \\ 1, tracking_key \\ nil)

View Source
Link to this function

new(connection, table_name \\ "trifle_stats", ping_table_name \\ nil, joined_identifier \\ :full, system_tracking \\ true)

View Source
Link to this function

ping(key, values, driver)

View Source
Link to this function

set(keys, values, driver, count \\ 1, tracking_key \\ nil)

View Source
Link to this function

setup!(connection, table_name \\ "trifle_stats", joined_identifier \\ :full, ping_table_name \\ nil, system_tracking \\ true)

View Source
Link to this function

setup_ping_table!(connection, ping_table_name)

View Source