MySQL connection URL in format: mysql://user:password@host:port/database Compatible with DATABASE_URL environment variable used by most ORMs
Optional
Optional mysql2 pool configuration
Maximum number of connections in the pool. Defaults to 1 in serverless environments, 10 otherwise.
Recommended values:
MySQL connection URL in format: mysql://user:password@host:port/database Compatible with DATABASE_URL environment variable used by most ORMs