Do I need to cache `createClient`?
I use turso on the edge (CF Workers). I see a lot of implementations do something like this:
Is that the right approach? Or can I simply do:
Like can I call
createClient()
hundreds of times without issues or I should actually cache it?0 Replies