go-jet / jet

Type safe SQL builder with code generation and automatic query result data mapping
Apache License 2.0
2.23k stars 110 forks source link

Postgres Materialized Views not generated #286

Closed desol closed 4 months ago

desol commented 7 months ago

Is your feature request related to a problem? Please describe. I utilized materialized views for a project, and noticed Jet does not generate access to it via query building, and I will have to figure out a way to utilize raw SQL within my queries.

Describe the solution you'd like Similar to how views are being generated, it would be nice to be able to query materialized views as well.

go-jet commented 4 months ago

Postgres materialized views support added in Release v2.11.0.