EnttityHelper

所属分类:其他
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2024-04-26 07:57:43
上 传 者sh-1993
说明:  Allows easy manipulation of entities in different databases., stars:2, update:2024-04-25 12:41:43

文件列表:
Connection/
EnttityHelper/
Images/
EnttityHelper.csproj
LICENSE.txt
changelog

[![NuGet](https://img.shields.io/nuget/v/EnttityHelper.svg)](https://www.nuget.org/packages/EnttityHelper/) # EnttityHelper [Beta] Allows easy manipulation of entities in different databases.

## AVAILABLE FEATURES:
Open-Source;
Uses ADO.NET;
Compatible with different databases such as Oracle, SqlServer and SqLite;
Performs the main operations: update, insert, select and delete entities;
Allows you to create a table in the database according to properties of a C# object;
Able to consider attributes of an object's properties to create a table;
Entities can be manipulated without needing to be part of a Database Context;
If the database is out of sync with the C# code, the manipulations may still work.


## INSTALLATION: ``` dotnet add package EnttityHelper --version 0.3.0 ```


近期下载者

相关文件


收藏者