Skip to content
#

sql-parser

Here are 93 public repositories matching this topic...

Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.

  • Updated May 22, 2024
  • Python

This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light re…

  • Updated Dec 16, 2022
  • PHP

Improve this page

Add a description, image, and links to the sql-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-parser topic, visit your repo's landing page and select "manage topics."

Learn more