SQLProvider 1.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package SQLProvider --version 1.3.3
NuGet\Install-Package SQLProvider -Version 1.3.3
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.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLProvider --version 1.3.3
#r "nuget: SQLProvider, 1.3.3"
#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.
// Install SQLProvider as a Cake Addin
#addin nuget:?package=SQLProvider&version=1.3.3

// Install SQLProvider as a Cake Tool
#tool nuget:?package=SQLProvider&version=1.3.3

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

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

Documentation

Core documentation and samples can be found at the SQLProvider home page. This documentation is generated from docs/content/, so please feel free to submit a pull request if you have fixed typos are added 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)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.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 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.39 174 6/21/2024
1.3.38 263 6/5/2024
1.3.37 188 5/25/2024
1.3.36 786 4/19/2024
1.3.35 1,022 4/9/2024
1.3.34 332 4/4/2024
1.3.33 236 4/1/2024
1.3.32 211 3/27/2024
1.3.31 166 3/25/2024
1.3.30 350 3/18/2024
1.3.29 597 3/12/2024
1.3.28 113 3/11/2024
1.3.27 477 2/29/2024
1.3.26 144 2/27/2024
1.3.25 122 2/27/2024
1.3.24 150 2/23/2024
1.3.23 3,817 1/11/2024
1.3.22 3,482 11/13/2023
1.3.21 174 11/10/2023
1.3.19 616 10/30/2023
1.3.18 662 10/22/2023
1.3.17 153 10/21/2023
1.3.16 151 10/21/2023
1.3.15 212 10/19/2023
1.3.14 919 10/10/2023
1.3.13 247 10/8/2023
1.3.12 183 10/7/2023
1.3.11 2,917 7/13/2023
1.3.10 1,568 6/19/2023
1.3.9 329 6/15/2023
1.3.8 2,245 5/12/2023
1.3.7 3,336 3/8/2023
1.3.6 6,698 1/9/2023
1.3.5 2,866 12/20/2022
1.3.4 3,167 12/4/2022
1.3.3 892 11/18/2022
1.3.2 1,243 11/8/2022
1.3.1 87,182 8/10/2022
1.3.1-alpha3 170 8/4/2022
1.3.1-alpha2 427 7/6/2022
1.3.1-alpha 226 6/27/2022
1.2.12 8,773 8/4/2022
1.2.11 31,570 2/21/2022
1.2.10 4,896 10/21/2021
1.2.9 3,128 8/9/2021
1.2.8 531 8/9/2021
1.2.7 1,525 7/19/2021
1.2.6 868 7/12/2021
1.2.5 803 6/30/2021
1.2.4 551 6/28/2021
1.2.3 1,379 6/25/2021
1.2.1 14,510 3/15/2021
1.2.0 3,333 3/5/2021
1.2.0-alpha 392 3/3/2021
1.1.102 102 4/3/2024
1.1.101 26,604 2/7/2021
1.1.100 2,277 1/25/2021
1.1.99 3,373 1/12/2021
1.1.98 2,591 1/2/2021
1.1.97 2,252 12/25/2020
1.1.96 2,161 12/21/2020
1.1.95 2,018 12/19/2020
1.1.94 1,865 11/27/2020
1.1.93 2,199 10/13/2020
1.1.92 1,337 9/18/2020
1.1.91 10,048 6/4/2020
1.1.90 858 6/4/2020
1.1.89 1,140 6/2/2020
1.1.88 860 5/31/2020
1.1.87 1,369 5/20/2020
1.1.86 2,480 5/5/2020
1.1.85 933 5/1/2020
1.1.84 4,190 2/26/2020
1.1.83 1,862 2/11/2020
1.1.82 899 2/10/2020
1.1.81 1,224 2/5/2020
1.1.80 884 2/5/2020
1.1.79 1,891 2/4/2020
1.1.78 985 2/4/2020
1.1.76 7,347 12/10/2019
1.1.75 5,376 11/18/2019
1.1.74 1,851 11/12/2019
1.1.73 1,084 11/11/2019
1.1.72 1,145 11/10/2019
1.1.71 1,527 11/1/2019
1.1.68 25,824 9/10/2019
1.1.67 1,650 8/29/2019
1.1.66 4,534 7/31/2019
1.1.65 6,526 6/6/2019
1.1.64 1,863 6/4/2019
1.1.63 2,416 5/14/2019
1.1.62 5,494 4/23/2019
1.1.61 2,328 4/9/2019
1.1.60 5,350 3/20/2019
1.1.59 2,046 3/2/2019
1.1.59-alpha2 1,202 3/2/2019
1.1.58 3,137 1/19/2019
1.1.57 2,486 1/4/2019
1.1.56 1,674 1/2/2019
1.1.55 1,751 12/23/2018
1.1.54 2,496 12/13/2018
1.1.53 8,067 11/30/2018
1.1.52 8,448 9/13/2018
1.1.51 1,922 9/10/2018
1.1.50 2,208 9/5/2018
1.1.49 2,720 8/24/2018
1.1.48 2,736 7/27/2018
1.1.47 1,852 7/26/2018
1.1.45 3,888 7/5/2018
1.1.44 2,222 6/25/2018
1.1.43 2,307 6/12/2018
1.1.42 3,637 5/3/2018
1.1.41 4,333 4/16/2018
1.1.40 2,013 4/10/2018
1.1.39 2,176 3/28/2018
1.1.38 4,673 3/14/2018
1.1.37 2,579 3/1/2018
1.1.36 2,661 2/24/2018
1.1.35 2,458 2/16/2018
1.1.34 2,125 2/15/2018
1.1.33 1,999 2/14/2018
1.1.32 2,044 2/13/2018
1.1.31 2,683 2/1/2018
1.1.30 2,024 2/1/2018
1.1.29 2,191 1/25/2018
1.1.28 2,384 1/19/2018
1.1.27 1,928 1/19/2018
1.1.26 2,553 1/12/2018
1.1.26-alpha1 1,590 1/10/2018
1.1.25 2,203 1/10/2018
1.1.24 2,173 1/10/2018
1.1.23 4,735 11/20/2017
1.1.22 2,311 11/9/2017
1.1.21 2,108 11/7/2017
1.1.20 2,131 11/6/2017
1.1.19 2,264 11/1/2017
1.1.18 2,634 10/27/2017
1.1.14 2,408 10/17/2017
1.1.13 2,048 10/17/2017
1.1.12 2,377 10/10/2017
1.1.11 5,312 9/26/2017
1.1.10 3,453 9/22/2017
1.1.8 3,281 9/7/2017
1.1.7 4,383 8/10/2017
1.1.6 2,549 7/19/2017
1.1.5 3,302 7/5/2017
1.1.4 2,734 6/19/2017
1.1.3 3,719 6/2/2017
1.1.2 2,344 5/15/2017
1.1.1 1,844 5/13/2017
1.1.0 1,924 5/10/2017
1.0.57 8,186 5/9/2017
1.0.55 1,834 5/7/2017
1.0.54 2,221 4/26/2017
1.0.53 1,948 4/21/2017
1.0.52 2,278 4/9/2017
1.0.51 1,941 4/6/2017
1.0.50 1,805 4/5/2017
1.0.49 1,818 4/5/2017
1.0.47 2,181 3/18/2017
1.0.46 1,871 3/14/2017
1.0.45 1,796 3/13/2017
1.0.44 1,847 3/12/2017
1.0.43 2,300 2/22/2017
1.0.42 2,865 2/3/2017
1.0.41 2,888 1/11/2017
1.0.40 2,670 12/23/2016
1.0.38 1,792 12/22/2016
1.0.37 4,381 11/8/2016
1.0.36 2,274 10/25/2016
1.0.35 2,441 10/8/2016
1.0.34 2,050 10/3/2016
1.0.33 3,017 9/16/2016
1.0.32 1,962 9/5/2016
1.0.31 2,088 8/27/2016
1.0.29 1,848 8/23/2016
1.0.28 1,843 8/19/2016
1.0.27 1,901 8/18/2016
1.0.26 1,889 8/15/2016
1.0.25 1,894 8/13/2016
1.0.24 1,992 8/5/2016
1.0.23 2,168 8/2/2016
1.0.22 3,480 7/2/2016
1.0.21 1,866 6/29/2016
1.0.20 1,980 6/23/2016
1.0.19 1,849 6/23/2016
1.0.18 1,932 6/21/2016
1.0.17 2,424 6/15/2016
1.0.16 1,989 6/14/2016
1.0.15 2,094 6/13/2016
1.0.13 2,600 6/11/2016
1.0.12 2,091 6/1/2016
1.0.11 1,983 5/31/2016
1.0.10 1,944 5/29/2016
1.0.9 1,821 5/29/2016
1.0.8 1,859 5/27/2016
1.0.7 1,832 5/27/2016
1.0.6 2,274 5/15/2016
1.0.5 1,936 5/9/2016
1.0.4 1,837 5/6/2016
1.0.2 2,274 5/5/2016
1.0.0 2,691 4/16/2016
0.0.11-alpha 3,149 1/2/2016
0.0.9-alpha 4,774 5/21/2014
0.0.8-alpha 1,863 5/20/2014
0.0.7-alpha 1,622 5/17/2014
0.0.6-alpha 1,945 2/12/2014
0.0.5-alpha 1,582 1/29/2014
0.0.3-alpha 1,809 12/24/2013
0.0.2-alpha 1,675 12/16/2013
0.0.1-alpha 1,755 12/15/2013

Reference updates: FSharp.Core to 6.0.7 and SQLClient to 4.8
Minor performance twaks
SQLite better error reporting