An open API service indexing awesome lists of open source software.

https://github.com/profjordanov/miniorm

C# Mini ORM Framework
https://github.com/profjordanov/miniorm

csharp object-relational-mapper orm

Last synced: about 1 year ago
JSON representation

C# Mini ORM Framework

Awesome Lists containing this project

README

          

# MiniORM

Custom ORM with basic functionality (insert, update, and retrieve a single object or set of objects).

ORM will have options to work with already created tables in a database or create new tables if such are not present yet.