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

    Interface MongoGuardPolicy

    The MongoDB engine path. A non-SQL parallel to the SQL pipeline: a question becomes a read-only aggregation pipeline, validated by an allowlist guard, and run against a MongoConnector. Exported from @asksql/core under this namespace.

    interface MongoGuardPolicy {
        maxDepth: number;
        maxRegexPatternLength: number;
        maxRows: number;
    }
    Index
    maxDepth: number
    maxRegexPatternLength: number
    maxRows: number