prorm API Reference
    Preparing search index...

    Class ParamBag

    Allocates unique, ordered parameter names and collects their values. Produces both a named-param map (for Cypher $p0 / DQL $p0 / Gremlin bindings) and, via toArray, a positional array for the SQL-shaped { sql, values } return contract.

    Index
    params: Record<string, unknown> = {}
    • Parameters

      • value: unknown

      Returns string