daichirata / hammer

🛠 hammer is a command-line tool to schema management for Google Cloud Spanner.
MIT License
83 stars 24 forks source link

Basic support for views #56

Closed tomrom-pomelo closed 9 months ago

tomrom-pomelo commented 10 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.

daichirata commented 9 months ago

Thank you so much for including the support for View!

tomrom-pomelo commented 9 months ago

Thanks @daichirata - do you mind releasing a new version when you get the chance?

daichirata commented 9 months ago

@tomrom-pomelo I just published v0.6.2. Thanks for your help 🎉