I use sqlalchemy `myaliasedtable = aliased(MyTable)` a lot in my code. Would this library support them?
I use sqlalchemy
myaliasedtable = aliased(MyTable)a lot in my code.Would this library support them?