SQLProvider 1.5.0

dotnet add package SQLProvider --version 1.5.0
                    
NuGet\Install-Package SQLProvider -Version 1.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLProvider" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLProvider" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="SQLProvider" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLProvider --version 1.5.0
                    
#r "nuget: SQLProvider, 1.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SQLProvider&version=1.5.0
                    
Install SQLProvider as a Cake Addin
#tool nuget:?package=SQLProvider&version=1.5.0
                    
Install SQLProvider as a Cake Tool

Issue Status PR Status

SQLProvider NuGet Status

Join the chat at https://gitter.im/fsprojects/SQLProvider

A general .NET/Mono SQL database type provider. Current features :

  • LINQ queries
  • Lazy schema exploration
  • Automatic constraint navigation
  • Individuals
  • Transactional CRUD operations with identity support
  • Two-way data binding
  • Stored Procedures
  • Functions
  • Packages (Oracle)
  • Composable Query integration
  • Optional option types
  • Mapping to record types
  • Custom Operators
  • Supports Asynchronous Operations
  • Supports .NET Standard / .NET Core
  • Supports saving DB schema offline, and SQL-Server *.dacpac files

The provider currently has explicit implementations for the following database vendors :

  • SQL Server
  • SQLite
  • PostgreSQL
  • Oracle
  • MySQL (& MariaDB)
  • MsAccess
  • Firebird
  • DuckDB

There is also an ODBC provider that will let you connect to any ODBC source with limited features.

Documentation

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!

Building

  • Mono: Run build.sh Mono build status
  • Windows: Run build.cmd Build status

Known issues

  • Database vendors other than SQL Server and Access use dynamic assembly loading. This may cause some security problems depending on your system's configuration and which version of the .NET framework you are using. If you encounter problems loading dynamic assemblies, they can likely be resolved by applying the following element into the configuration files of fsi.exe, devenv.exe and your program or the program using your library: http://msdn.microsoft.com/en-us/library/dd409252(VS.100).aspx

Example

No OR-mapping: FSharp compiles your database to .NET-types.

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Nuget Packages

Depending on the used provider, the namespace of SqlDataProvider type class may vary.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SQLProvider:

Package Downloads
Softellect.Sys

Softellect Sys Library provides primitive types and functionality needed by other Softellect packages.

Softellect.Messaging

Softellect Messaging Library provides a simple general framework to exchange large messages without specific IO.

FCQRS.SqlProvider

Package Description

Softellect.DistributedProcessing.Core

Softellect WorkerNode ...

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 151 4/24/2025
1.4.13 490 4/8/2025
1.4.12 608 3/12/2025
1.4.11 170 3/12/2025
1.4.9 1,119 2/23/2025
1.4.8 333 2/13/2025
1.4.7 292 2/7/2025
1.4.5 573 2/4/2025
1.4.4 172 2/4/2025
1.4.3 753 1/15/2025
1.4.2 3,382 11/7/2024
1.4.1 878 10/18/2024
1.4.0 914 9/27/2024
1.3.54 171 2/13/2025
1.3.53 384 2/7/2025
1.3.52 138 2/4/2025
1.3.51 115 2/4/2025
1.3.50 234 1/15/2025
1.3.49 424 11/7/2024
1.3.48 356 10/18/2024
1.3.47 246 10/9/2024
1.3.46 575 9/16/2024
1.3.45 342 9/9/2024
1.3.43 2,697 7/8/2024
1.3.42 174 7/4/2024
1.3.41 19,289 6/29/2024
1.3.40 165 6/27/2024
1.3.39 320 6/21/2024
1.3.38 414 6/5/2024
1.3.37 243 5/25/2024
1.3.36 1,234 4/19/2024
1.3.35 1,092 4/9/2024
1.3.34 489 4/4/2024
1.3.33 284 4/1/2024
1.3.32 272 3/27/2024
1.3.31 212 3/25/2024
1.3.30 396 3/18/2024
1.3.29 1,263 3/12/2024
1.3.28 180 3/11/2024
1.3.27 539 2/29/2024
1.3.26 205 2/27/2024
1.3.25 172 2/27/2024
1.3.24 204 2/23/2024
1.3.23 6,545 1/11/2024
1.3.22 4,023 11/13/2023
1.3.21 229 11/10/2023
1.3.19 680 10/30/2023
1.3.18 707 10/22/2023
1.3.17 209 10/21/2023
1.3.16 191 10/21/2023
1.3.15 272 10/19/2023
1.3.14 1,056 10/10/2023
1.3.13 288 10/8/2023
1.3.12 232 10/7/2023
1.3.11 3,142 7/13/2023
1.3.10 1,622 6/19/2023
1.3.9 415 6/15/2023
1.3.8 2,314 5/12/2023
1.3.7 3,444 3/8/2023
1.3.6 7,052 1/9/2023
1.3.5 3,326 12/20/2022
1.3.4 3,545 12/4/2022
1.3.3 952 11/18/2022
1.3.2 1,929 11/8/2022
1.3.1 88,277 8/10/2022
1.3.1-alpha3 217 8/4/2022
1.3.1-alpha2 471 7/6/2022
1.3.1-alpha 278 6/27/2022
1.2.12 9,265 8/4/2022
1.2.11 32,091 2/21/2022
1.2.10 4,990 10/21/2021
1.2.9 3,234 8/9/2021
1.2.8 595 8/9/2021
1.2.7 1,612 7/19/2021
1.2.6 937 7/12/2021
1.2.5 879 6/30/2021
1.2.4 618 6/28/2021
1.2.3 1,460 6/25/2021
1.2.1 14,793 3/15/2021
1.2.0 3,408 3/5/2021
1.2.0-alpha 467 3/3/2021
1.1.102 149 4/3/2024
1.1.101 36,493 2/7/2021
1.1.100 2,347 1/25/2021
1.1.99 3,447 1/12/2021
1.1.98 2,663 1/2/2021
1.1.97 2,326 12/25/2020
1.1.96 2,236 12/21/2020
1.1.95 2,086 12/19/2020
1.1.94 1,947 11/27/2020
1.1.93 2,297 10/13/2020
1.1.92 1,406 9/18/2020
1.1.91 10,171 6/4/2020
1.1.90 938 6/4/2020
1.1.89 1,222 6/2/2020
1.1.88 930 5/31/2020
1.1.87 1,446 5/20/2020
1.1.86 2,548 5/5/2020
1.1.85 1,010 5/1/2020
1.1.84 4,383 2/26/2020
1.1.83 1,931 2/11/2020
1.1.82 969 2/10/2020
1.1.81 1,301 2/5/2020
1.1.80 951 2/5/2020
1.1.79 2,310 2/4/2020
1.1.78 1,060 2/4/2020
1.1.76 7,469 12/10/2019
1.1.75 5,453 11/18/2019
1.1.74 1,919 11/12/2019
1.1.73 1,159 11/11/2019
1.1.72 1,215 11/10/2019
1.1.71 1,602 11/1/2019
1.1.68 25,905 9/10/2019
1.1.67 1,728 8/29/2019
1.1.66 4,612 7/31/2019
1.1.65 6,621 6/6/2019
1.1.64 1,943 6/4/2019
1.1.63 2,497 5/14/2019
1.1.62 5,691 4/23/2019
1.1.61 2,411 4/9/2019
1.1.60 5,428 3/20/2019
1.1.59 2,128 3/2/2019
1.1.59-alpha2 1,270 3/2/2019
1.1.58 3,213 1/19/2019
1.1.57 2,567 1/4/2019
1.1.56 1,751 1/2/2019
1.1.55 1,835 12/23/2018
1.1.54 2,580 12/13/2018
1.1.53 8,477 11/30/2018
1.1.52 8,589 9/13/2018
1.1.51 2,019 9/10/2018
1.1.50 2,299 9/5/2018
1.1.49 2,994 8/24/2018
1.1.48 2,876 7/27/2018
1.1.47 1,985 7/26/2018
1.1.45 4,068 7/5/2018
1.1.44 2,402 6/25/2018
1.1.43 2,484 6/12/2018
1.1.42 3,826 5/3/2018
1.1.41 4,536 4/16/2018
1.1.40 2,203 4/10/2018
1.1.39 2,365 3/28/2018
1.1.38 4,857 3/14/2018
1.1.37 2,761 3/1/2018
1.1.36 2,849 2/24/2018
1.1.35 2,640 2/16/2018
1.1.34 2,311 2/15/2018
1.1.33 2,190 2/14/2018
1.1.32 2,228 2/13/2018
1.1.31 2,876 2/1/2018
1.1.30 2,209 2/1/2018
1.1.29 2,378 1/25/2018
1.1.28 2,573 1/19/2018
1.1.27 2,118 1/19/2018
1.1.26 2,696 1/12/2018
1.1.26-alpha1 1,774 1/10/2018
1.1.25 2,397 1/10/2018
1.1.24 2,464 1/10/2018
1.1.23 4,879 11/20/2017
1.1.22 2,453 11/9/2017
1.1.21 2,252 11/7/2017
1.1.20 2,279 11/6/2017
1.1.19 2,412 11/1/2017
1.1.18 2,783 10/27/2017
1.1.14 2,557 10/17/2017
1.1.13 2,189 10/17/2017
1.1.12 2,524 10/10/2017
1.1.11 5,457 9/26/2017
1.1.10 3,593 9/22/2017
1.1.8 3,759 9/7/2017
1.1.7 4,527 8/10/2017
1.1.6 2,689 7/19/2017
1.1.5 3,451 7/5/2017
1.1.4 2,876 6/19/2017
1.1.3 4,229 6/2/2017
1.1.2 2,493 5/15/2017
1.1.1 1,987 5/13/2017
1.1.0 2,073 5/10/2017
1.0.57 9,761 5/9/2017
1.0.55 1,979 5/7/2017
1.0.54 2,359 4/26/2017
1.0.53 2,083 4/21/2017
1.0.52 2,420 4/9/2017
1.0.51 2,080 4/6/2017
1.0.50 1,943 4/5/2017
1.0.49 1,956 4/5/2017
1.0.47 2,331 3/18/2017
1.0.46 2,014 3/14/2017
1.0.45 1,934 3/13/2017
1.0.44 1,983 3/12/2017
1.0.43 2,441 2/22/2017
1.0.42 3,011 2/3/2017
1.0.41 3,032 1/11/2017
1.0.40 2,813 12/23/2016
1.0.38 1,931 12/22/2016
1.0.37 4,520 11/8/2016
1.0.36 2,427 10/25/2016
1.0.35 2,576 10/8/2016
1.0.34 2,195 10/3/2016
1.0.33 3,155 9/16/2016
1.0.32 2,104 9/5/2016
1.0.31 2,225 8/27/2016
1.0.29 1,994 8/23/2016
1.0.28 1,990 8/19/2016
1.0.27 2,041 8/18/2016
1.0.26 2,027 8/15/2016
1.0.25 2,031 8/13/2016
1.0.24 2,132 8/5/2016
1.0.23 2,305 8/2/2016
1.0.22 3,623 7/2/2016
1.0.21 2,010 6/29/2016
1.0.20 2,120 6/23/2016
1.0.19 1,994 6/23/2016
1.0.18 2,073 6/21/2016
1.0.17 2,572 6/15/2016
1.0.16 2,132 6/14/2016
1.0.15 2,241 6/13/2016
1.0.13 2,847 6/11/2016
1.0.12 2,233 6/1/2016
1.0.11 2,129 5/31/2016
1.0.10 2,082 5/29/2016
1.0.9 1,957 5/29/2016
1.0.8 2,000 5/27/2016
1.0.7 1,981 5/27/2016
1.0.6 2,416 5/15/2016
1.0.5 2,079 5/9/2016
1.0.4 1,985 5/6/2016
1.0.2 2,525 5/5/2016
1.0.0 2,950 4/16/2016
0.0.11-alpha 3,404 1/2/2016
0.0.9-alpha 4,931 5/21/2014
0.0.8-alpha 2,070 5/20/2014
0.0.7-alpha 1,770 5/17/2014
0.0.6-alpha 2,155 2/12/2014
0.0.5-alpha 1,726 1/29/2014
0.0.3-alpha 2,015 12/24/2013
0.0.2-alpha 1,820 12/16/2013
0.0.1-alpha 1,962 12/15/2013

Packaging restructure