crystal-lang / crystal-mysql

MySQL connector for Crystal
MIT License
107 stars 36 forks source link

Added UNIX Domain Socket Support #94

Open timestretch opened 4 years ago

timestretch commented 4 years ago

This enables UNIX domain socket support using DSNs with format like mysql://root@localhost/test?socket=/tmp/mysql.sock.

This closes #63