Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
const
customTimestamp = customType<
Callers
nothing calls this directly
Calls
1
sql
Function · 0.90
Tested by
no test coverage detected