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

Function main

sandbox/driver-adapters/src/neon.http.ts:4–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { smokeTest } from './test'
3
4async function main() {
5 const connectionString = `${process.env.JS_NEON_DATABASE_URL as string}`
6
7 const adapter = new PrismaNeonHttp(connectionString, {
8 arrayMode: false,
9 fullResults: true,
10 })
11
12 await smokeTest(adapter)
13}
14
15main().catch((e) => {
16 console.error(e)

Callers 1

neon.http.tsFile · 0.70

Calls 1

smokeTestFunction · 0.90

Tested by

no test coverage detected