Member Junction
    Preparing search index...
    interface IncrementalBakerOptions {
        db: BakerWorkingDB;
        schema?: string;
        transpiler: TSQLToPGTranspiler;
    }
    Index

    Properties

    Properties

    schema?: string

    Target schema for the baked output and search_path. Defaults to __mj.

    transpiler: TSQLToPGTranspiler