Remix
Remix
remix/data-table · TypeView Source

RawOperation

Summary

Raw SQL statement execution descriptor.

Signature

type RawOperation = {
  kind: "raw";
  sql: SqlStatement;
};