schemats
schemats copied to clipboard
Materialized view schema type definitions
Is there a way to generate materialized view schema type definitions? I know it does this for normal views, yet I don't see the output for materialized views.
Not possible with the current version. But it shouldn't be difficult to implement https://stackoverflow.com/questions/39179253/postgresql-get-materialized-view-column-metadata
Pull requests are welcomed :)
@xiamx Has there been any pull request out for this. If so how do we use it
I moved to slonik It has a typegen package that is actively maintained