json() function
Home > @direct-sqlite/schema > json
json() function
Section titled “json() function”Represents a json(text) type in a table
Signature:
json: <TStructure extends Record<string, any>>() => ColumnBuilder<"TEXT", TStructure, true>Returns:
ColumnBuilder<“TEXT”, TStructure, true>