ListKxDatabases
Source:
src/AWS/FinSpace/ListKxDatabases.ts
Runtime binding for finspace:ListKxDatabases — lists the kdb databases of the bound environment.
Provide the implementation with
Effect.provide(AWS.FinSpace.ListKxDatabasesHttp).
Reading Databases
Section titled “Reading Databases”const listDatabases = yield* AWS.FinSpace.ListKxDatabases(kdb);
const { kxDatabases } = yield* listDatabases();