Hi Hyperdrivers π π¨ Trying to use Hyperdrive with Planetscale & Kysely I've came across a couple q
Hi Hyperdrivers

Trying to use Hyperdrive with Planetscale & Kysely I've came across a couple questions and my first try just didn't work, no error, though haven't debugged anything so far, just disabled for the moment, so now to my questions:
Trying to use Hyperdrive with Planetscale & Kysely I've came across a couple questions and my first try just didn't work, no error, though haven't debugged anything so far, just disabled for the moment, so now to my questions:
- Should I use the
Optimized Host:aws.connect.psdb.cloudorDirectwhich in my case iseu-central.connect.psdb.cloud - Creating a Hyperdrive connection does test the connection settings, right? asking because pscale gives me the connection string with
?ssl={"rejectUnauthorized":true}at the end, should I keep it? - The Hyperdrive docs use
import { createConnection } from "mysql2/promise";whereas kysely saysimport { createPool } from 'mysql2' // do not use 'mysql2/promises'!(https://www.kysely.dev/docs/getting-started?package-manager=pnpm&dialect=mysql#instantiation - What's the recommended
connectionLimit? Default in kysely docs is 10
think that's it for nowalso nice weekend to y'all
