denisenkom / go-mssqldb

Microsoft SQL server driver written in go language
BSD 3-Clause "New" or "Revised" License
1.81k stars 493 forks source link

Can support SQLServer replication mechanism? #739

Open zhanghaiyang9999 opened 2 years ago

zhanghaiyang9999 commented 2 years ago

SQL Server supports replication via publications and subscriptions mechanism, can we add the replication feature to the project? if the project implement the replication protocol, we can use the replication directly instead of CDC.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.