prorm API Reference
    Preparing search index...

    Interface DataTypeJSON

    A JSON document. Values round-trip as parsed JavaScript values on every dialect — the write side encodes and the read side parses, so a string is returned as the string it was stored as.

    interface DataTypeJSON {
        toSql?: () => string;
        key: "JSON";
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "JSON"