Member Junction
    Preparing search index...

    The transpiler seam between classification (TS) and AST transpilation (Python sqlglot dialect). Production implementation: MJPostgresTranspiler in @memberjunction/sqlglot-ts. Tests inject a stub.

    interface TSQLToPGTranspiler {
        transpile(tsql: string): Promise<MJTranspileResult>;
    }
    Index

    Methods

    Methods