Does drizzle manage client connections internally?
Hi I have question for
It is not clear in the documentation, but if I use string as an argument and call the method twice, does it create 2 connections/clients to the db or does it internally manage it to use the same connection/client?
drizzle() method with STRING argument It is not clear in the documentation, but if I use string as an argument and call the method twice, does it create 2 connections/clients to the db or does it internally manage it to use the same connection/client?