Info
Version: | 1.0.0-beta.2 |
Author(s): | Kerry Jiang and other contributors |
Last Update: | Wednesday, May 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SciSharp/dotnet-mysql-replication |
NuGet Url: | https://www.nuget.org/packages/SciSharp.MySQL.Replication |
Install
Install-Package SciSharp.MySQL.Replication
dotnet add package SciSharp.MySQL.Replication
paket add SciSharp.MySQL.Replication
SciSharp.MySQL.Replication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 3.0.0)
- MySql.Data(>= 8.0.17)
- SuperSocket.Client(>= 2.0.0201)
This allows you to receive event like insert, update, delete with their data and raw SQL queries.