pub async fn snapshot_database( config: &AybConfig, ayb_db: &Box<dyn AybDb>, entity_slug: &str, database_slug: &str, ) -> Result<(), AybError>