Skip to content

Releases: LuigimonSoft/DapperEntityORM

1.0.3

26 Apr 22:21
980ef16
Compare
Choose a tag to compare

This version add the ignore attributes and async methods of the class

1.0.2

23 Apr 22:15
67f3468
Compare
Choose a tag to compare

Welcome to cadidate 1.0.2 version

This version add the Async methods and update the readme file

1.0.1-beta

11 Apr 04:14
8b09505
Compare
Choose a tag to compare

DapperEntityORM is a C# ORM library that leverages the power of Dapper to simplify database operations. It provides an easy-to-use API that allows you to interact with your database using strongly typed models. Example: List employees = Employees.Select(database).Where(Column => Column.Id == 2).ToList();

1.0.0-alpha

06 Apr 22:01
4ac8e7c
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release
Create release.yml

Create a new Nuget release