Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/remix-run/remix
/ adapter.test.ts
File
adapter.test.ts
packages/data-table-postgres/src/lib/adapter.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as assert from
'@remix-run/assert'
2
import
{ describe, it } from
'@remix-run/test'
3
import
{ column, createDatabase, table, eq, inList, sql } from
'@remix-run/data-table'
4
Callers
nothing calls this directly
Calls
15
table
Function · 0.90
createPostgresDatabaseAdapter
Function · 0.90
createDatabase
Function · 0.90
sql
Function · 0.90
eq
Function · 0.90
inList
Function · 0.90
query
Method · 0.80
where
Method · 0.80
join
Method · 0.80
select
Method · 0.80
text
Method · 0.65
hasTable
Method · 0.65
Tested by
no test coverage detected