pub async fn count_audit_logs_created_between<C>(
db: &C,
start: DateTime<Utc>,
end: DateTime<Utc>,
) -> Result<u64>where
C: ConnectionTrait,Expand description
Counts audit log rows created in [start, end).
ยงErrors
Returns an error when the database operation fails.