/pqb

Python SQL Query Builder

Primary LanguagePythonApache License 2.0Apache-2.0

PQB

Python Query Builder

Example

Hacer funcionar este fragmento de codigo.

import pqb
print (pqb.Select().from_('V').where('a', 'b').result())
# SELECT * FROM V WHERE a = 'b'

@TODO

  • awesome description
  • implement sql flavors
  • unit tests