MCPcopy
hub / github.com/prisma/prisma / main

Function main

sandbox/driver-adapters/src/neon.ws.ts:11–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9neonConfig.pipelineConnect = false
10
11async function main() {
12 const connectionString = `${process.env.JS_NEON_DATABASE_URL as string}`
13 console.log('connectionString', connectionString)
14
15 const adapter = new PrismaNeon({
16 connectionString,
17 })
18
19 await smokeTest(adapter)
20}
21
22main().catch((e) => {
23 console.error(e)

Callers 1

neon.ws.tsFile · 0.70

Calls 2

smokeTestFunction · 0.90
logMethod · 0.80

Tested by

no test coverage detected