Pansynchro.SQL 0.6.26

dotnet add package Pansynchro.SQL --version 0.6.26
NuGet\Install-Package Pansynchro.SQL -Version 0.6.26
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="Pansynchro.SQL" Version="0.6.26" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pansynchro.SQL --version 0.6.26
#r "nuget: Pansynchro.SQL, 0.6.26"
#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 Pansynchro.SQL as a Cake Addin
#addin nuget:?package=Pansynchro.SQL&version=0.6.26

// Install Pansynchro.SQL as a Cake Tool
#tool nuget:?package=Pansynchro.SQL&version=0.6.26

Library providing core functionality for SQL database connectors

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Pansynchro.SQL:

Package Downloads
Pansynchro.Connectors.MSSQL

Pansynchro connector to read from or write to SQL Server databases.

Pansynchro.Connectors.Sqlite

Pansynchro connector to read from or write to Sqlite databases.

Pansynchro.Connectors.Firebird

Pansynchro connector to read from or write to Firebird databases.

Pansynchro.Connectors.Postgres

Pansynchro connector to read from or write to Postgres databases.

Pansynchro.Connectors.MySql

Pansynchro connector to read from or write to MySql databases.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.26 179 1/23/2024
0.6.24 155 1/21/2024
0.6.15 321 11/14/2023
0.6.14 204 11/6/2023
0.6.13 198 11/1/2023
0.6.12 199 10/29/2023
0.6.11 198 10/29/2023
0.6.10 196 10/29/2023
0.6.9 191 10/25/2023
0.6.8 202 10/25/2023
0.6.7 198 10/25/2023
0.6.6 202 10/25/2023
0.6.5 212 10/24/2023
0.6.3 202 10/18/2023
0.6.2 203 10/17/2023
0.6.1 205 9/28/2023
0.6.0 211 9/23/2023
0.5.15 278 5/18/2023
0.5.14 284 5/18/2023
0.5.13 267 5/18/2023
0.5.12 268 5/18/2023
0.5.11 282 5/17/2023
0.5.10 251 5/17/2023
0.5.9 939 10/27/2022
0.5.8 1,080 9/10/2022
0.5.7 1,151 8/22/2022
0.5.6 1,019 7/5/2022
0.5.5 991 7/5/2022
0.5.4 1,006 7/3/2022
0.5.3 1,030 7/2/2022
0.5.2 1,010 6/28/2022
0.5.1 1,015 6/25/2022
0.5.0 1,008 6/15/2022

SQL analyzer will now consider circular dependencies a warning and display a message, rather than an error.