{"library":"moz-sql-parser","title":"moz-sql-parser","description":"Moz SQL Parser is a Python library to parse SQL queries and extract the parse tree as a JSON-like structure. Currently at version 4.40.21126, it is actively maintained and does not have a fixed release cadence.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install moz-sql-parser"],"cli":null},"imports":["from moz_sql_parser import parse","from moz_sql_parser import format"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from moz_sql_parser import parse\nsql = \"SELECT a, b FROM table WHERE c > 1\"\nresult = parse(sql)\nprint(result)","lang":"python","description":"Parse a simple SQL query and print the AST.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}