cloudspannerecosystem / spanner-cli

Interactive command line tool for Cloud Spanner
Apache License 2.0
228 stars 29 forks source link

Support Spanner Graph #180

Closed apstndb closed 2 months ago

apstndb commented 2 months ago

Spanner Graph Preview is released.

It seems that spanner-cli only lacks support for the GRAPH statement because CREATE PROPERTY GRAPH, DROP PROPERTY GRAPH, etc are already supported as generic DDL statements.

Reference https://cloud.google.com/spanner/docs/reference/standard-sql/graph-query-language#gql_syntax: The first token of graph queries is always GRAPH.