Member Junction
    Preparing search index...

    PostgreSQL header builder.

    Produces the standard MJ PostgreSQL header with:

    • pgcrypto and uuid-ossp extensions
    • Schema creation and search_path
    • Standard conforming strings
    • Implicit integer->boolean cast (for BIT column compatibility)

    EVERY line of the emitted header — comments included — must be schema-agnostic. The header is built for whatever schema the caller names, so a literal like __mj in the prose is wrong for every other target and misleading in the file it lands in. DialectHeaderBuilder.test.ts asserts that BuildHeader('custom') contains no __mj; that is what caught the worked example this file's CREATE SCHEMA note used to carry.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    TargetDialect: "postgres" = 'postgres'

    Target dialect identifier (e.g., 'postgres', 'mysql')

    Methods