sea-query
sea-query copied to clipboard
Please add support for views
As far as I can tell there is no way to create a view with sea-query.
Hey @espindola, sorry for the delay. Yes, it's not supported at the moment. And we don't have a plan for supporting it in near future.
For those of you who need this feature, I'm calling for your contributions :)
Some references
- SQLite: https://www.sqlite.org/lang_createview.html
- PostgreSQL: https://www.postgresql.org/docs/current/sql-createview.html
- MySQL: https://dev.mysql.com/doc/refman/8.0/en/create-view.html
@billy1624 @espindola I will make PR after some days. I needed to read specification.