Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
177
export
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
tests
Function · 0.90
tests
Function · 0.90
pg.test.ts
File · 0.90
postgres.test.ts
File · 0.90
gel.test.ts
File · 0.90
select.ts
File · 0.90
select.ts
File · 0.90
select.ts
File · 0.90
select.ts
File · 0.90
select.ts
File · 0.90
Calls
1
sql
Function · 0.90
Tested by
no test coverage detected