Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapperlib/dapperaot
Build time tools in the flavor of Dapper
https://github.com/dapperlib/dapperaot
Last synced: 6 days ago
JSON representation
Build time tools in the flavor of Dapper
- Host: GitHub
- URL: https://github.com/dapperlib/dapperaot
- Owner: DapperLib
- License: other
- Created: 2021-04-23T20:14:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T17:25:43.000Z (30 days ago)
- Last Synced: 2025-01-05T08:07:09.087Z (13 days ago)
- Language: C#
- Size: 1.15 MB
- Stars: 380
- Watchers: 19
- Forks: 23
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
Let's face it: ADO.NET is a complicated API, and writing "good" ADO.NET code by hand is time consuming and error-prone. But a lot of times you also don't want
the ceremony of an ORM like EF or LLBLGenPro - you just want to execute SQL!For years now, Dapper helped by providing a great low-friction way of talking to arbitrary ADO.NET databases, handling command preparation, invocation, and result parsing.
Dapper.AOT radically changes how Dapper works, generating the necessary code *during build*, and offers a range of usage guidance to improve how you use Dapper.
[Getting Started](https://aot.dapperlib.dev/gettingstarted) | [Documentation](https://aot.dapperlib.dev/)