View Source
Raw SQL statement execution descriptor.
type RawOperation = { kind: "raw"; sql: SqlStatement; };