prisma icon indicating copy to clipboard operation
prisma copied to clipboard

feat(adapter-mssql): support pool idle timeout and min connections

Open beejjacobs opened this issue 2 months ago • 0 comments

This PR updates parseConnectionString to support more pool config parameters from a connection string. This includes idleTimeoutMillis and min (connections), the new connection string values are:

  • poolIdleTimeout (in seconds)
  • poolMinConnections
  • poolMaxConnections (alias of connectionLimit)

beejjacobs avatar Dec 02 '25 15:12 beejjacobs