A library to automate data, index, and user migration from SQL Server to Couchbase.
Info
Version: | 0.1.0-alpha |
Author(s): | Matthew Groves |
Last Update: | Thursday, January 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SqlServerToCouchbase |
Install
Install-Package SqlServerToCouchbase
dotnet add package SqlServerToCouchbase
paket add SqlServerToCouchbase
SqlServerToCouchbase Download (Unzip the "nupkg" after downloading)
Dependencies
- CouchbaseNetClient(>= 3.1.1)
- Dapper(>= 2.0.78)
- Dynamitey(>= 2.0.10.189)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- Microsoft.SqlServer.Types(>= 14.0.1016.290)
- System.Data.SqlClient(>= 4.8.2)