mauricio / postgresql-async

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala
Apache License 2.0
1.43k stars 222 forks source link

Mysql connection with unix socket. #251

Open janghwan opened 6 years ago

janghwan commented 6 years ago

In Google App engine, It only supports unix socket to connect Google Cloud SQL. I think mysql-async only supports TCP connection. Could you add support for unix socket?