Skip to content

How can one sync between MSSQL and SqLite #1

Closed Answered by RohitM-IN
Vuminkosi asked this question in Q&A
Discussion options

You must be logged in to vote

The package has been added to NuGet DbSyncKit.SQLite

you can use

IDatabase SourceDatabase = new DbSyncKit.MSSQL.Connection("(localdb)\\MSSQLLocalDB", true, "SourceChinook");
IDatabase DestinationDatabase = new DbSyncKit.SQLite.Connection(Path.Combine("Path", "to", "destinationChinook.sqlite"));

checkout the Cross DB Migration doc here

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RohitM-IN
Comment options

Answer selected by RohitM-IN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants