Skip to content

json() function

Home > @direct-sqlite/schema > json

Represents a json(text) type in a table

Signature:

json: <TStructure extends Record<string, any>>() => ColumnBuilder<"TEXT", TStructure, true>

Returns:

ColumnBuilder<“TEXT”, TStructure, true>