Does SQLDelight support `Temp Views` ?
# squarelibraries
e
Does SQLDelight support
Temp Views
?
d
Out of curiosity, what do you want to use this for? I can understand temp table, but temp views in an application seems unusual.
e
Just wanted to create a view that lives only during the life time of the database connection... Wouldn't creating normal view requires "Alter statements" when db is migrated?
I want to have one model for different filtering conditions https://leandrofavarin.com/sqldelight-powerful-codegen
d
You'll just have to delete and recreate it.
👍 1