DatabaseSchema
import type { DatabaseSchema } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Details of a database schema.
interface DatabaseSchema {
mysql?: MySqlSchemaDetails;
objects?: DatabaseObjects[];
postgresql?: PostgreSqlSchemaDetails;
schemaName?: string;
sqlServer?: SqlServerSchemaDetails;
tablesSizeBytes?: bigint;
}§Properties
§
mysql?: MySqlSchemaDetails
[src]Optional. Details of a Mysql schema.
§
objects?: DatabaseObjects[]
[src]Optional. List of details of objects by category.
§
postgresql?: PostgreSqlSchemaDetails
[src]Optional. Details of a PostgreSql schema.
§
sqlServer?: SqlServerSchemaDetails
[src]Optional. Details of a SqlServer schema.