MCPcopy
hub / github.com/drizzle-team/drizzle-orm / postgres.test.ts

File postgres.test.ts

integration-tests/tests/extensions/vectors/postgres.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Docker from 'dockerode';
2import { eq, hammingDistance, jaccardDistance, l2Distance, not, sql } from 'drizzle-orm';
3import { bigserial, bit, halfvec, pgTable, sparsevec, vector } from 'drizzle-orm/pg-core';
4import { drizzle, type PostgresJsDatabase } from 'drizzle-orm/postgres-js';

Callers

nothing calls this directly

Calls 15

drizzleFunction · 0.90
sqlFunction · 0.90
pgTableFunction · 0.90
bigserialFunction · 0.90
vectorFunction · 0.90
bitFunction · 0.90
halfvecFunction · 0.90
sparsevecFunction · 0.90
l2DistanceFunction · 0.90
eqFunction · 0.90
notFunction · 0.90
jaccardDistanceFunction · 0.90

Tested by

no test coverage detected