pub fn execute_readonly_query_json_with_schema( db_path: &str, request_json: &str, app_schema: AppSchema, ) -> Result<String, SyncularError>