-
Notifications
You must be signed in to change notification settings - Fork 2
Plugins (data providers)
Csaba Bernáth edited this page Jun 28, 2023
·
2 revisions
SQL databases (client/server):
- Microsoft SQL Server
- MySQL
- Oracle
- PostgreSQL
SQL databases (file):
- Microsoft SQL Server Compact
- Microsoft Access
- Microsoft Excel
- SQLite
Special databases:
- COM (Component Object Model)
- GAC (Global Assembly Cache)
- MSI (Windows Installer)
- TFS (Team Foundation Server)
- WMI (Windows Management Instrumentation)
Provider.Name | Description |
---|---|
Msi | Windows Installer using Wix |
MySql | MySQL |
Odp | Oracle using ODP.NET provider from Oracle |
OleDb | OLE DB |
Oracle | Oracle using Oracle provider from Microsoft |
PostgreSQL | PostgreSQL |
SQLite | SQLite .NET Data Provider |
SqlServer | Microsoft SQL Server 2005 or greater |
SqlServerCe40 | Microsoft SQL Server Compact Edition 4.0 |
Tfs-16.0.0.0 | Microsoft Team Foundation Server using nuget TFS client |
Wmi | Windows Management Instrumentation |