Created by: twheys
What is this Python project?
PyPika is a programmatic interface that uses a natural, pythonic syntax for creating SQL queries without assumptions. It is intended for querying analytical data and supports analytic queries but is designed as a light-weight wrapper that is extensible to any SQL syntax.
What's the difference between this Python project and similar ones?
- Light-weight wrapper using pythonic syntax
- Uses the builder pattern with immutability for dynamic construction of queries and re-use of query parts
- Supports complex queries with arithmetic, functions, and nested expressions
- Supports analytic queries
- No assumptions made, extensible to any SQL syntax and database
--
Anyone who agrees with this pull request could vote for it by adding a