Description
Parses PartiQL queries from Python. It helps database tools, query analyzers, and applications understand SQL-compatible queries for semi-structured data without executing them directly.
Parsing a query is not the same as authorizing or safely executing it. Validate permissions and parameters separately before any query reaches a database.