| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A general .NET SQL database type provider. Current features :
The provider currently has explicit implementations for the following database vendors :
There is also an ODBC provider that will let you connect to any ODBC source with limited features.
SQLProvider home page contains the core documentation and samples. This documentation originates from docs/content/, so please feel free to submit a pull request if you fix typos or add additional samples and documentation!
(Note: both scripts above use the dotnet command underneath; if you need to build with .NETFramework v4.x or Mono, rename the '.paket_netfx' to '.paket' first, before restoring & building manually with paket and msbuild.)
The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)
| Database | Nuget Package | TypeProvider Class | NuGet Status |
|---|---|---|---|
| Microsoft SQL Server | SQLProvider.MsSql | FSharp.Data.Sql.MsSql.SqlDataProvider | |
| PostgreSQL | SQLProvider.PostgreSql | FSharp.Data.Sql.PostgreSql.SqlDataProvider | |
| MySQL and MariaDB | SQLProvider.MySqlConnector | FSharp.Data.Sql.MySqlConnector.SqlDataProvider | |
| MySQL | SQLProvider.MySql | FSharp.Data.Sql.MySql.SqlDataProvider | |
| Oracle | SQLProvider.Oracle | FSharp.Data.Sql.Oracle.SqlDataProvider | |
| Any ODBC connection | SQLProvider.Odbc | FSharp.Data.Sql.Odbc.SqlDataProvider | |
| SQLite | SQLProvider.SQLite | FSharp.Data.Sql.SQLite.SqlDataProvider | |
| Microsoft Access | SQLProvider.MsAccess | FSharp.Data.Sql.MsAccess.SqlDataProvider | |
| Firebird | SQLProvider.Firebird | FSharp.Data.Sql.Firebird.SqlDataProvider | |
| DuckDb | SQLProvider.DuckDb | FSharp.Data.Sql.DuckDb.SqlDataProvider | |
| General, all via manual config | SQLProvider | FSharp.Data.Sql.SqlDataProvider |
Depending on the used provider, the namespace of the SqlDataProvider type class varies as above.
| Back | FazBrowse Home | New Git URL |