linq2db.LINQPad/Build
MaceWindu 854266b8e8
update to 3.6.0 (#61)
2021-11-21 17:32:06 +01:00
..
BuildNuspecs.ps1 fix release notes url 2020-07-28 10:49:49 +02:00
README.md update to 3.6.0 (#61) 2021-11-21 17:32:06 +01:00
SetVersion.ps1 work on linqpad6 support (#32) 2020-07-28 10:15:59 +02:00
azure-pipelines.yml update to 3.6.0 (#61) 2021-11-21 17:32:06 +01:00
icon64.png work on linqpad6 support (#32) 2020-07-28 10:15:59 +02:00
linq2db.LINQPad.nuspec update to 3.6.0 (#61) 2021-11-21 17:32:06 +01:00
nuget-vars.yml work on linqpad6 support (#32) 2020-07-28 10:15:59 +02:00

README.md

LINQ to DB LINQPad 6 and 7 Driver

This nuget package is a driver for LINQPad 6 and 7.

Following databases supported:

  • DB2 (LUW, z/OS) (only 64-bit version)
  • Firebird
  • Informix (only 64-bit version)
  • Microsoft Access (supports both OleDb and ODBC)
  • Microsoft Sql Server 2005+ (including Microsoft Sql Azure)
  • Microsoft Sql Server Compact (SqlCe)
  • MySql/MariaDB
  • Oracle
  • PostgreSQL
  • SQLite
  • SAP HANA (client software must be installed, supports both Native and ODBC providers)
  • SAP/Sybase ASE

Installation

  • Click "Add connection" in LINQPad.
  • In the "Choose Data Context" dialog, press the "View more drivers..." button.
  • In the "LINQPad NuGet Manager" dialog, find LINQ To DB driver in list of drivers and click the "Install" button.
  • Close "LINQPad NuGet Manager" dialog
  • In the "Choose Data Context" dialog, select the "LINQ to DB" driver and click the "Next" button.
  • In the "LINQ to DB connection" dialog, supply your connection information.
  • You're done.