MCPcopy Create free account
hub / github.com/porsager/postgres / select

Function select

deno/tests/index.js:1817–1817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1815
1816t('Recreate prepared statements on RevalidateCachedQuery error', async() => {
1817 const select = () => sql`select name from test`
1818 await sql`create table test (name text)`
1819 await sql`insert into test values ('1')`
1820 await select()

Callers 1

index.jsFile · 0.70

Calls 1

sqlFunction · 0.50

Tested by

no test coverage detected