An open API service indexing awesome lists of open source software.

https://github.com/hunyadi/pysqlexpr

Expressive SQL for Python
https://github.com/hunyadi/pysqlexpr

python-typing snowflake-sql sql-query-builder

Last synced: over 1 year ago
JSON representation

Expressive SQL for Python

Awesome Lists containing this project

README

          

# pysqlexpr: Expressive SQL for Python

`pysqlexpr` offers a robust yet flexible way to build SQL expressions and queries in Python, which helps write SQL code generators. Combined with a type checker such as `mypy`, `pysqlexpr` can validate expressions (e.g. composite logical expressions) and catch potential errors early in the development phase.

This package focuses on the Snowflake dialect of SQL.