Support socket path drizzle.config.ts
Hey, I have been prototyping my database in a local environment using mysql2. Everything is compatible with drizzle apart from drizzle studio. In the db credentials object, there doesn't seem to be an option to specify socketPath like there is in the native mysql2 object.
as a result, studio can't connect to the database (ECONNREFUSED ::1:3306)
0 Replies