hyperdrive
Installation
SKILL.md
Hyperdrive
Accelerate access to existing PostgreSQL and MySQL databases with connection pooling and caching.
FIRST: Create Hyperdrive Configuration
# Create a Hyperdrive configuration for your database
npx wrangler hyperdrive create <YOUR_CONFIG_NAME> --connection-string="postgres://user:password@HOSTNAME_OR_IP_ADDRESS:PORT/database_name"
# Copy the ID from the output for your wrangler.jsonc
Add the binding to wrangler.jsonc: