Skip to content
forked from kayak/pypika

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

Notifications You must be signed in to change notification settings

tandonraghav/pypika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypika - Python Query Builder

BuildStatus CoverageStatus Docs

PyPika is a Python API for for building queries. The motivation behind PyPika 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. PyPika 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.

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

No packages published

Languages

  • Python 100.0%