Astro + DrizzleORM => trouble

Im working with Drizzle ORM on Astro and im having some problems with continous "ETIMEDOUT". When using Prisma for the same project, I have no problem connecting to the MySQL.

Anyone has a clue as to what this could be ?

Does DrizzleORM and Astro play nice together ? Aka: will Drizzle close its connections once done ?

It could seem like its a connection-not-closing problem, as my MySQL has maximum of 10 connections, and once this error happens, it will instantly "ETIMEDOUT" for every request, until i stop/start Astro server.
Was this page helpful?