moniof 0.1.0

Actix middleware to monitor over-fetching and detect N+1 / overfetch database patterns (Mongo + SQL-agnostic)
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "mongodb")]
pub mod mongo_events;


#[cfg(feature = "sqlx")]
pub mod sql_events;