fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

common: Support MySQL through socket #1284

Closed jtojnar closed 2 years ago

jtojnar commented 2 years ago

Unlike PostgreSQL, MySQL’s DSN needs a separate option for UNIX sockets. It also cannot handle ports with socket.

This will be useful for running tests with internal MySQL instance.