piccolo-orm/piccolo

Make `WhereRaw` accessible from piccolo.query

dantownsend opened this issue · 0 comments

We re-export commonly used classes in piccolo.query.__init__.py.

For example:

from piccolo.query import SelectRaw

Currently you can access SelectRaw, and OrderByRaw from piccolo.query, but not WhereRaw. I think it makes sense to add WhereRaw too.