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

File sqlite-views.test.ts

drizzle-kit/tests/sqlite-views.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { sql } from 'drizzle-orm';
2import { int, sqliteTable, sqliteView } from 'drizzle-orm/sqlite-core';
3import { expect, test } from 'vitest';
4import { diffTestSchemasSqlite } from './schemaDiffer';

Callers

nothing calls this directly

Calls 9

sqliteTableFunction · 0.90
sqliteViewFunction · 0.90
diffTestSchemasSqliteFunction · 0.90
sqlFunction · 0.90
intFunction · 0.50
asMethod · 0.45
fromMethod · 0.45
selectMethod · 0.45
existingMethod · 0.45

Tested by

no test coverage detected