goldcaddy77 / warthog

GraphQL API Framework with strong conventions and auto-generated schema
https://warthog.dev/
MIT License
359 stars 38 forks source link

Bring your own DB connection #457

Closed goldcaddy77 closed 3 years ago

goldcaddy77 commented 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.

goldcaddy77 commented 3 years ago

Fixed in https://github.com/goldcaddy77/warthog/pull/458