sea-query icon indicating copy to clipboard operation
sea-query copied to clipboard

Please add support for views

Open espindola opened this issue 3 years ago • 9 comments

As far as I can tell there is no way to create a view with sea-query.

espindola avatar Nov 02 '21 17:11 espindola

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 avatar Jan 14 '22 09:01 billy1624

@billy1624 @espindola I will make PR after some days. I needed to read specification.

ikrivosheev avatar Mar 30 '22 16:03 ikrivosheev