AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Variable ENGINE_DEFAULTSConst

    ENGINE_DEFAULTS: Readonly<
        Record<
            DynamicEngine,
            { port?: number; user?: string; usesFilePath: boolean; usesUri?: boolean },
        >,
    > = ...

    Per-engine defaults, so a client form can prefill the same values a DB tool would.