Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Interface Schema

    Database schema definition for validation.

    interface Schema {
        strict?: boolean;
        tables: TableSchema[];
    }
    Index

    Properties

    Properties

    strict?: boolean

    If true (default), unknown tables/columns are errors. If false, they are warnings.

    tables: TableSchema[]

    Table definitions