a Golang ORM library for postgres and pgx.
- Simple data mapping with struct tags
- Explicit by design, no magic or conventions
- Insert database records from an annotated struct
- Select database records into an annotated struct or slice
go get github.com/Kseleven/korm//TODO