It is based on NETCORE. The basic class library of data persistence layer realizes lightweight ORM operation. You can use the model mapping method to quickly query, delete, update and other related operations of data. At the same time, you can use this kind of library for multi database operation, read-write separation, data caching, etc. The default operation database type is sqlserver.
$ dotnet add package EzFrameworkCore.DataNo README available.