DBCoreSchema
export interface DBCoreSchema {
name: string;
tables: DBCoreTableSchema[];
}
Schema structure in DBCore.
See also DBCoreTableSchema
export interface DBCoreSchema {
name: string;
tables: DBCoreTableSchema[];
}
© 2014-2025 Awarica AB
Made with love for great people.
Read Terms & Conditions and Privacy Policy.