How to create a view
Open
enhancement
good-first-issue
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
Hi!
I want to [create a view ](https://www.postgresql.org/docs/current/sql-createview.html) and manipulate it with Exposed.
I searched everywhere, but it seems it is not supported yet.
Did I miss it somewhere?
I can think of one workaround: create the view without Exposed, declare it as a `Table` and just avoid writing to it, but it's not optimal.
Contributor guide
Assessment
This issue has not been assessed yet.