pub async fn schema_exists( conn: &mut PoolConnection<Sqlite>, name: &str, version: &str) -> Result<bool>