RetroDRY is a multi-tier multi-language framework for handling these common aspects of database application development: Loading and saving data, replication across tiers, change subscriptions, locks, dirty-detection across tiers, and user editing.
Info
Version: | 1.5.3 |
Author(s): | Star Ford |
Last Update: | Friday, August 4, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/starlys/RetroDRY |
NuGet Url: | https://www.nuget.org/packages/RetroDRY |
Install
Install-Package RetroDRY
dotnet add package RetroDRY
paket add RetroDRY
RetroDRY Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- System.ComponentModel.Annotations(>= 4.7.0)