logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

URI::mssql - Microsoft SQL Server database URI

Description

       URI::db format for Microsoft SQL Server.

Interface

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

   InstanceMethods"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>.

perl v5.40.0                                       2025-01-19                                    URI::mssql(3pm)

Name

       URI::mssql - Microsoft SQL Server database URI

See Also