crystal-mysql
crystal-mysql copied to clipboard
Added UNIX Domain Socket Support
This enables UNIX domain socket support using DSNs with format like mysql://root@localhost/test?socket=/tmp/mysql.sock
.
This closes #63