Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JasonShin/sqlx-ts
/
Class
demo/pg/index.ts:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
await
client.end()
46
47
class
TestQueryRepository {
48
getItems() {
49
return
client.query<IGetItemsResult>(sql`
50
-- @name: getItems
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected