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
- Host: GitHub
- URL: https://github.com/hunyadi/pysqlexpr
- Owner: hunyadi
- License: mit
- Created: 2024-10-23T10:00:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T16:45:50.000Z (over 1 year ago)
- Last Synced: 2025-02-23T13:57:51.760Z (over 1 year ago)
- Topics: python-typing, snowflake-sql, sql-query-builder
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.