in reply to Database access and async web framework (like Mojolicious)

Honestly, if an even vaguely modern Web Framework is not properly handling DB connections for you then that's a huge oversight. The advantage of using a framework is that it should take care of all that sort of low-level plumbing so you don't have to. If you are ending up rolling your own connection pooler/handler/sharer/queuer/whatever then maybe consider an alternative framework which already has what you need.


🦛

  • Comment on Re: Database access and async web framework (like Mojolicious)

Replies are listed 'Best First'.
Re^2: Database access and async web framework (like Mojolicious)
by bliako (Abbot) on Dec 12, 2024 at 12:30 UTC