Skip to main content

get_database_stats

Function get_database_stats 

Source
pub fn get_database_stats(conn: &Connection) -> Result<DatabaseStats>
Expand description

Get database statistics from a connection This is safe to call even with a locked connection since it only performs read queries