API reference › @evolu/common › Sqlite › SqlTemplateParam
type SqlTemplateParam = SqliteValueInput | SqlIdentifier | RawSql;
Defined in: packages/common/src/Sqlite.ts:533
A parameter accepted by the sql tagged template.
API reference › @evolu/common › Sqlite › SqlTemplateParam
type SqlTemplateParam = SqliteValueInput | SqlIdentifier | RawSql;
Defined in: packages/common/src/Sqlite.ts:533
A parameter accepted by the sql tagged template.