SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface SqliteInspectedTable

    interface SqliteInspectedTable {
        name: string;
        columns: SqliteInspectedColumn[];
        primaryKey?: SqliteInspectedPrimaryKey;
        foreignKeys: SqliteInspectedForeignKey[];
        indexes: SqliteInspectedIndex[];
    }
    Index

    Properties

    name: string