Beignet API reference
    Preparing search index...

    Options for a Drizzle Postgres-backed outbox port.

    interface DrizzlePostgresOutboxOptions {
        now?: () => Date;
        tableName?: string;
    }
    Index
    now?: () => Date

    Clock used by tests and deterministic environments.

    tableName?: string

    Table that stores outbox messages.

    Default: "outbox_messages".