repositorypackage
0.0.0-20231108205846-35c63f5307c2
Repository: https://github.com/postfabula/dm.git
Documentation: pkg.go.dev
# README
dm
dm is micro data mapper for Go. dm performs queries and maps results to Plain Old Go Structs (POGS). dm was inspired by the excellent Dapper library for .NET.
Features
- Use Go's standard sql package
- Works with POGS
- Supports joins and nested POGS
- Does not require special fields, names, embedded structs, or tags
- No special setup or configuration needed