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

Function not

drizzle-orm/src/sql/expressions/conditions.ts:177–179  ·  view source on GitHub ↗
(condition: SQLWrapper)

Source from the content-addressed store, hash-verified

175 * ```
176 */
177export function not(condition: SQLWrapper): SQL {
178 return sql`not ${condition}`;
179}
180
181/**
182 * Test that the first expression passed is greater than

Callers 10

testsFunction · 0.90
testsFunction · 0.90
pg.test.tsFile · 0.90
postgres.test.tsFile · 0.90
gel.test.tsFile · 0.90
select.tsFile · 0.90
select.tsFile · 0.90
select.tsFile · 0.90
select.tsFile · 0.90
select.tsFile · 0.90

Calls 1

sqlFunction · 0.90

Tested by

no test coverage detected