DOKK / manpages / debian 12 / liburi-db-perl / URI::mssql.3pm.en
URI::mssql(3pm) User Contributed Perl Documentation URI::mssql(3pm)

URI::mssql - Microsoft SQL Server database URI

URI::db format for Microsoft SQL Server.

The following differences exist compared to the "URI::db" interface:

"dbi_dsn"

  my $dsn = $uri->dbi_dsn;
 $dsn = $uri->dbi_dsn($driver);

Extends the implementation of "dbi_dsn" to support a driver argument. By default, "dbi_dsn" returns a DSN appropriate for use with DBD::ODBC. Pass "sybase" or "ado" to instead get a DSN appropriate to DBD::Sybase or DBD::ADO, respectively. Note that DBD::ADO value is experimental and subject to change. Feedback wanted <https://github.com/theory/uri-db/issues/11>.

2022-11-19 perl v5.36.0