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.
- Host: GitHub
- URL: https://github.com/cedx/sql.net
- Owner: CedX
- License: mit
- Created: 2025-11-10T11:14:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-12T10:54:48.000Z (8 days ago)
- Last Synced: 2026-06-12T11:05:12.208Z (8 days ago)
- Topics: csharp, dotnet, orm, sql
- Language: C#
- Homepage:
- Size: 446 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: ChangeLog.md
- License: License.md
- Authors: Authors.txt
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.