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
- Host: GitHub
- URL: https://github.com/profjordanov/miniorm
- Owner: profjordanov
- Created: 2016-10-27T05:45:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T05:06:50.000Z (over 5 years ago)
- Last Synced: 2025-03-24T17:15:08.290Z (about 1 year ago)
- Topics: csharp, object-relational-mapper, orm
- Language: C#
- Size: 43.9 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.