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

OracleRdbms

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

Oracle database structure.

interface OracleRdbms {
oracleSchemas?: OracleSchema[];
}

§Properties

§
oracleSchemas?: OracleSchema[]
[src]

Oracle schemas/databases in the database server.