cloudspannerecosystem / liquibase-spanner

Apache License 2.0
19 stars 15 forks source link

Does it support DDL - GRANT? #193

Closed gauagarw0 closed 1 year ago

olavloite commented 1 year ago

Yes. The extension supports Liquibase's sql change set type: https://docs.liquibase.com/change-types/sql.html

You can use that to execute any type of DDL statement that Cloud Spanner supports, including GRANT statements.