()
| 9 | neonConfig.pipelineConnect = false |
| 10 | |
| 11 | async 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 | |
| 22 | main().catch((e) => { |
| 23 | console.error(e) |
no test coverage detected