Metadata-Version: 2.1
Name: sqlu
Version: 0.0.2
Summary: sqlu is a simple utility for transforming or extracting info from sql statements
Home-page: https://gitlab.com/matteo.redaelli/sqlu
Author: Matteo Redaelli
Author-email: matteo.redaelli@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flatten-json
Requires-Dist: moz-sql-parser

# sqlu

sqlu is a simple tool for transforming or extracting info from sql statements

## installation

pip install squ

## Useful functions

- extract_tables_from_select: extract tables/views list from a select statement

