Niel Markwick
Niel Markwick
The syntax to import JSON modules uses [module import assertions](https://tc39.es/proposal-import-assertions/#intro), recently added to JS and HTML specs, and supported by Chrome (ref: [tc39/proposal-json-modules](https://github.com/tc39/proposal-json-modules), [crbug.com/1132413](http://crbug.com/1132413), [crbug.com/v8/10958](http://crbug.com/v8/10958)) ```javascript import json_object_name from './some_file.json'...
This PR branches the power 'keepAwake' sample extension into a simple basic extension, and an advanced extension. The advanced extension adds a popup menu and configurable timeout.  There is...
#### Environment details - OS: All - Node.js version: v20.11.1 - npm version: 10.2.4 - `@google-cloud/spanner` version: 7.5.0 #### Steps to reproduce * Start a long running Instance operation externally...
Add support for `ALTER TABLE ADD SYNONYM`
In the [Spanner update Schema docs](https://cloud.google.com/spanner/docs/schema-updates#large-updates: > It's best practice to create the indexes immediately following the table in the list of DDL statements. The reason for this is that...
Add support for MODELs
Add support for SEQUENCES
Add support for VIEWS
Add support for ROLES and GRANTS