planetscale-node
planetscale-node copied to clipboard
PlanetScale SQL Proxy NPM Module
I just connected PlanetScale with Prisma and Vercel and there was a bit more friction than I think was necessary. I started with the [Vercel integration](https://vercel.com/integrations/planetscale), which added some env...
If you try to connect and your service token is missing the `connect_branch` or `connect_production_branch` access you simply get a generic `Http 404` error in the response. Not helpful. It...
If the response body from the server is an invalid JSON the promise with the result will never be resolves as the parsing error will be thrown inside the listener
Seeing the same time reflected differently when I retrieve it from pscale CLI compared with the planetscale-node: From planetscale-node: `"created_ts":"2021-09-29T12:53:37.000Z","updated_ts":"2021-09-29T12:57:39.000Z` From pscale CLI: `2021-09-29 05:53:37 | 2021-09-29 05:57:39` The UTC...
What's the plan with this library in regards to using it with other libraries like Knex? Can I just use the connection object? Or is the plan to only be...
While seeding a database using a node script I'll occasionally get the following error: ``` C:\projects\...\node_modules\mysql2\promise.js:110 const localErr = new Error(); ^ Error: 23264:error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1544:SSL alert...