Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SpannerDatabase

import type { SpannerDatabase } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

Spanner database structure.

interface SpannerDatabase {
schemas?: SpannerSchema[];
}

§Properties

§
schemas?: SpannerSchema[]
[src]

Optional. Spanner schemas in the database.