linq2db.LINQPad/Build/README.md

30 строки
1.0 KiB
Markdown
Исходник Обычный вид История

2021-11-21 19:32:06 +03:00
## LINQ to DB LINQPad 6 and 7 Driver
This nuget package is a driver for [LINQPad 6 and 7](http://www.linqpad.net).
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.