RoastedBytes / dotEntity

A simple, fast and powerful micro object-relational mapper (O/RM) for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotEntity Build status

Yet another simple and powerful micro ORM for .NET.

How to install

You can download dotEntity library in the following ways.

NuGet

dotEntity can be installed via NuGet.

To install dotEntity

Install-Package DotEntity

To install SqlServer Provider

Install-Package DotEntity.SqlServer

To install MySql Provider (uses MySqlConnector)

Install-Package DotEntity.MySql

To install Sqlite Provider

Install-Package DotEntity.Sqlite

Documentation

The documentation of the library is available at https://github.com/RoastedBytes/dotEntity/wiki/1.-Welcome-to-documentation.

Report Issues

Please check if the problem you are facing is already listed in issues. If not, create a new issue and provide steps to reproduce the issue. Sharing images would be good if that helps to reproduce the issue quickly.

Showcase

  • EvenCart - eCommerce software built on top of ASP.NET Core and Liquid.
  • ZeroAM - Daily Journal and Notes application for Windows.
  • Roasted Email Templates - Email templates plugin for nopCommerce.
  • Invoice Manager - Invoicing app for Windows.

About

A simple, fast and powerful micro object-relational mapper (O/RM) for .NET

License:MIT License


Languages

Language:C# 100.0%