I’ve been working on an ORM for Go which is lightweight, easy to use, type-safe, and developer-friendly at its core.
The main goal of GoDB ORM is simple:
> Make database handling in Go feel clean, predictable, and enjoyable — without heavy abstracti...