Info
| Version: | 1.0.0.2 | 
| Author(s): | Nate Zaugg | 
| Last Update: | Monday, February 15, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/MindfireTechnology/UmbracoDbSync | 
| NuGet Url: | https://www.nuget.org/packages/Mindfire.UmbracoDbSync | 
Install
Install-Package Mindfire.UmbracoDbSync
                        dotnet add package Mindfire.UmbracoDbSync
                        paket add Mindfire.UmbracoDbSync
                        
                                Mindfire.UmbracoDbSync Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- UmbracoCms.Core(>= 7.2.8)
 - EntityFramework(>= 6.1.3)
 
Tags
                
This can be helpful if you want to keep the data in Umbraco but also need to keep a SQL Database up-to-date.
The synchronization is controlled via an XML file that maps the documents to tables.
See the project page for more information.