PyQB is a Python API for for building queries. The motivation behind PyQB is to provide a simple syntax for building queries but does not limit the flexibility of handwritten SQL. Most other querybuilders were built with ORM in mind and are limited to selecting columns and provide only limited join functionality. PyQB was designed around data analysis and provides syntax for building queries with arithmetic, complex expressions, nested functions, subqueries and joins. It is also easily extended to take full advantage of specific features of SQL database vendors.
forked from kayak/pypika
-
Notifications
You must be signed in to change notification settings - Fork 0
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
License
tandonraghav/pypika
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%