Replies: 1 comment
-
As a workaround to views not yet being supported in drizzle-kit, my team currently defines the views in our |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://orm.drizzle.team/docs/views
The docs about Views say:
Am I understanding this right: As of now, I can declare a view using Drizzle, but that will not actually create the view in my database I will have to create the actual view directly at the database level?
I tried declaring a view and I'm getting a "relation not found" error when I try to select from it.
So the docs about
Declaring views
are not relevant, really onlyDeclaring existing views
is relevant at this point?Beta Was this translation helpful? Give feedback.
All reactions