NAME

DBIx::Fast::Profile::SQLite - SQLite profiling stub

DESCRIPTION

Stub implementation of DBIx::Fast::Profile::Base for SQLite. All methods are no-ops since SQLite does not expose native profiling or performance schema facilities. This class exists so that the profiling interface can be used uniformly regardless of the database driver.

METHODS

All public methods from DBIx::Fast::Profile::Base are implemented as no-ops: init, get_slow_queries, get_query_profile, get_stats, print_stats, explain_query, get_table_stats, get_index_stats, analyze_indexes, print_index_analysis, get_index_metrics, monitor_connections, print_connection_monitor, and start_connection_monitor.

AUTHOR

Harun Delgado

LICENSE

This is free software under the Artistic License 2.0.