MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / convertToDatabaseValue

Method convertToDatabaseValue

tests/issues/GH1263.test.ts:10–12  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

8 }
9
10 override convertToDatabaseValue(value: string) {
11 return Buffer.from(parse(value));
12 }
13
14 override getColumnType() {
15 return 'binary(16)';

Callers

nothing calls this directly

Calls 1

fromMethod · 0.65

Tested by

no test coverage detected