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

https://github.com/cedx/sql.net

A simple micro-ORM for C#, based on ADO.NET and data annotations.
https://github.com/cedx/sql.net

csharp dotnet orm sql

Last synced: 6 days ago
JSON representation

A simple micro-ORM for C#, based on ADO.NET and data annotations.

Awesome Lists containing this project

README

          

# SQL Mapper for .NET
A simple micro-ORM for [C#](https://learn.microsoft.com/en-us/dotnet/csharp),
based on [ADO.NET](https://learn.microsoft.com/en-us/dotnet/framework/data/adonet) and data annotations.
If you like [SQL](https://en.wikipedia.org/wiki/SQL) but dislike the boilerplate of ADO.NET: **SQL Mapper for .NET** might be for you!

> Think of [Dapper](https://www.learndapper.com) and its alternatives, but less advanced/powerful.

## Documentation
- [User guide](https://github.com/CedX/Sql.net/tree/main/Documentation)
- [Examples](https://github.com/CedX/Sql.net/tree/main/Examples)

## Development
- [Git repository](https://github.com/CedX/Sql.net)
- [Submit an issue](https://github.com/CedX/Sql.net/issues)

## License
[SQL Mapper for .NET](https://github.com/CedX/Sql.net) is distributed under the MIT License.