CoreSync
CoreSync copied to clipboard
CoreSync is a .NET library that provides data synchronization between databases
Hey @adospace , That is fine. The library the original poster mention [https://github.com/praeclarum/sqlite-net](sqlite-net) treats Guid as varchar(36) see[https://github.com/praeclarum/sqlite-net/wiki/Features#features](ORM) and the result of this means when creating the sqlite database and...
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.7.0 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
I have a table that is based on the following base entity ``` public abstract class TimerEntity { public int Id { get; set; } public string Name { get;...
Hie there. Thank you for the library. I got syncing up and running and now I want to customise it such that a user doesn't get all the data on...