sqlflex

Extract Hardcoded Value's and the related Column Names from the SQL Query


Licenses
GPL-3.0/GPL-3.0+
Install
pip install sqlflex==0.0.3

Documentation

FLEX-SQL

FLEX-SQL is a Python library for getting the hard coded values and their associated columns from a complex SQL query.

Dependencies

Pandas

Installation

Use the package manager pip to install sql_flex.

pip install sql_flex

Usage

from sql_flex import flex
query = "Some Complex SQL Query"
df = flex(query)
print(df)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3+