MCPcopy
hub / github.com/drizzle-team/drizzle-orm / toDriver

Function toDriver

integration-tests/tests/mysql/mysql-custom.test.ts:100–102  ·  view source on GitHub ↗
(value: TData)

Source from the content-addressed store, hash-verified

98 return 'json';
99 },
100 toDriver(value: TData): string {
101 return JSON.stringify(value);
102 },
103 })(name);
104
105const customTimestamp = customType<

Callers

nothing calls this directly

Calls 1

sqlFunction · 0.90

Tested by

no test coverage detected