SmartCode icon indicating copy to clipboard operation
SmartCode copied to clipboard

在生成器中包含PG数据库的物化视图 (Materialized View)信息

Open beginor opened this issue 2 years ago • 0 comments

最近用到了PG数据库的物化表,发现在现有的生成器代码中查询数据库时没有包含物化视图,应该是修改 src/SmartCode.Generator/Maps/Database-PostgreSql.xml 文件中的 QueryTableQueryColumn 两个查询。

但是目前还不知道如何查询物化视图的信息, 请问谁能给一些建议?

beginor avatar Dec 19 '22 10:12 beginor