riftenlabs-indexer/src/bcmr
Dagur Valberg Johannsson f421327a5d
Switch to tokio and sqlx
This makes the application fully async; freeing web server threads to
handle new connections when waiting on SQL queries.

Additionally sqlx will allow easier move to a different database if
needed in the future.

Includes some SQL optimizations as well (slow queries more easliy identifiable
with sqlx).
2026-02-18 10:16:51 +01:00
..
bcmrdownloader.rs Switch to tokio and sqlx 2026-02-18 10:16:51 +01:00
mod.rs Switch to tokio and sqlx 2026-02-18 10:16:51 +01:00
parsedbcmr.rs Add 'bcmr' to metrics cache 2026-02-17 14:06:16 +01:00
utilurl.rs Switch to tokio and sqlx 2026-02-18 10:16:51 +01:00
wellknowndowloader.rs Switch to tokio and sqlx 2026-02-18 10:16:51 +01:00