mcfunley / pugsql

A HugSQL-inspired database library for Python
https://pugsql.org
Apache License 2.0
673 stars 22 forks source link

Support for raw sql parameters #47

Open rawadassaf opened 3 years ago

rawadassaf commented 3 years ago

I am trying to inject a sorting field and a sort direction (ascending or descending) to an sql statement. Are raw sql parameters supported?