Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 392 Bytes

DriverPackage.md

File metadata and controls

23 lines (18 loc) · 392 Bytes

Required Driver Packages

For the use of any database other than SQL Server, you must also install an appropriate driver package:

For MySQL:

Install-Package MySql.Data

For PostgreSQL:

Install-Package Npgsql

For Oracle Managed Provider:

Install-Package Oracle.ManagedDataAccess

For Firebird:

Install-Package FirebirdSql.Data.FirebirdClient