Ascentis.Infrastructure.Sql 1.1.0.3

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

// Install Ascentis.Infrastructure.Sql as a Cake Tool
#tool nuget:?package=Ascentis.Infrastructure.Sql&version=1.1.0.3

DataPipeline

Generalized data pipeline from multiple source types (fixed length text, delimited, MSSQL, SQLite) to the same type of targets. The DataPipeline suite of classes provides a high performance way to move data between source and targets(s) and it sets the foundation for further extension

DataReplicator

This class replicates tables into a SQLite database. Tables will be created automatically based on the metadata of a list of source queries

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.1.0.4 589 9/16/2020
1.1.0.3 476 9/7/2020
1.0.0.2 439 8/26/2020
1.0.0.1 457 8/26/2020

Added support for Oracle database