vapor / fluent-mysql-driver

🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.
MIT License
78 stars 52 forks source link

Add mysql(unixSocketDomainPath:) config option #164

Closed tanner0101 closed 4 years ago

tanner0101 commented 4 years ago

Adds a configuration option for connecting to unix sockets (#164, fixes #161).

app.databases.use(.mysql(unixSocketDomainPath: ...), ...)
tanner0101 commented 4 years ago

These changes are now available in 4.0.0-rc.1.1