Closed goldcaddy77 closed 3 years ago
Server should allow passing a connectionGetter so that you can bring your own DB connection (instead of Warthog automatically creating). This can be used for advanced techniques like setting up a read replica.
connectionGetter
Fixed in https://github.com/goldcaddy77/warthog/pull/458
Server should allow passing a
connectionGetter
so that you can bring your own DB connection (instead of Warthog automatically creating). This can be used for advanced techniques like setting up a read replica.