You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace connectionStringParser() with parse() method. Rename buildConnectionString() to build(). Remove parseSqlConnectionString and
replace with a way to transform parsed connection strings into a specific
object schema (see ConnectionString.toSchema()`).
Drop support for non-LTS Node.js versions and upgrade
the typescript version to support the newer JS features.
Features
bump minimum node support to v20 & update typescript (5d8e090)
create new parser to return readonly map when parsing connecton strings (b8ee936)