API reference › @evolu/common › Sqlite › RawSql
Defined in: packages/common/src/Sqlite.ts:414
An unescaped SQL fragment inserted verbatim into a query.
Warning: Use only with trusted, constant strings to avoid SQL injection.
Extends
Typed<"RawSql">
Properties
sql
readonly sql: string;
Defined in: packages/common/src/Sqlite.ts:415
type
readonly type: "RawSql";
Defined in: packages/common/src/Type.ts:3492