Closed tomrom-pomelo closed 9 months ago
Addresses #52 by adding basic support for views.
With this change, you can create, replace, or drop views. There is no pre-validation on the view (like referencing tables that exist), so those will still create errors at apply time.
Thank you so much for including the support for View!
Thanks @daichirata - do you mind releasing a new version when you get the chance?
@tomrom-pomelo I just published v0.6.2. Thanks for your help 🎉
Addresses #52 by adding basic support for views.
With this change, you can create, replace, or drop views. There is no pre-validation on the view (like referencing tables that exist), so those will still create errors at apply time.