amacfie / sqlafunccodegen

sqlacodegen for postgres functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlalchemy.func mode

amacfie opened this issue · comments

  • generate type-annotated versions of sqlalchemy.func.funcname
    which can be used inside SQLAlchemy SQL statements
    • takes and returns ColumnElement[python_type]
    • create another class?