ToolsDatabaseSDK Referencerun_sqlOn this pagerun_sql Execute a raw SQL query with parameters. Parameters NameDescriptionTypeDefaultquery (required)SQL query to execute.strNoneparamsList of parameters for the query. Defaults to [].List[] Return Value List[Dict[str, Any]]