tminglei / slick-pg

Slick extensions for PostgreSQL
BSD 2-Clause "Simplified" License
838 stars 180 forks source link

Support creating VIEW/MATERIALIZED VIEW tables? #405

Open Daenyth opened 6 years ago

Daenyth commented 6 years ago

Is this possible? I'd very much like to use this.

tminglei commented 6 years ago

Well, it's up to slick instead of slick-pg. ;-)

Daenyth commented 6 years ago

Isn't it a postgres specific feature?

tminglei commented 6 years ago

It's a many RDBMS specific feature. Maybe, we should do it with plain sql, or sql script. slick-pg is a helper lib, it just wants to do something instead of everything. ^^