slick-pg
slick-pg copied to clipboard
Support creating VIEW/MATERIALIZED VIEW tables?
Is this possible? I'd very much like to use this.
Well, it's up to slick instead of slick-pg. ;-)
Isn't it a postgres specific feature?
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. ^^