remix/data-table · TypeView Source
RawOperation
Summary
Raw SQL statement execution descriptor.
Signature
type RawOperation = {
kind: "raw";
sql: SqlStatement;
};
Raw SQL statement execution descriptor.
type RawOperation = {
kind: "raw";
sql: SqlStatement;
};