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: 5 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-09-13T09:11:20.000Z (about 2 months ago)
- Last Synced: 2024-09-13T22:40:14.459Z (about 2 months ago)
- Language: C#
- Size: 1.14 MB
- Stars: 358
- Watchers: 18
- Forks: 19
- Open Issues: 25
-
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/)