Zero ORM overhead. Parameterized raw SQL performance benchmarked across PostgreSQL, MySQL, and Firebird.
Kinetiqo implements an explicit repository pattern (db/repository.py) with native implementations for three major relational database engines without heavy ORMs like SQLAlchemy.
psycopg2-binarymysql-connector-pythonfirebird-driver
Kinetiqo includes a built-in CLI benchmark utility (kinetiqo benchmark) to measure query performance across engines under identical telemetry workloads:
# Benchmark database performance for the last 365 days
python src/kinetiqo.py benchmark --scope 365 --database postgresql