interface IBigtableClient
Since 0.2.0

The Bigtable client the adapter drives.

Methods

Returns a handle for one instance. No RPC is issued.

close(): Promise<void>

Releases the client's gRPC channels.

Usage

import { type IBigtableClient } from "database-plugin/src/index.ts";