Hood is a database agnostic ORM for Go developed by @eaignr. It was written with following points in mind: Chainable API Transaction support Migration and schema generation Model validations Model event hooks Database dialect interface No implicit fields Clean and testable codebase Dialects currently implemented Postgres using github.com/lib/pq MySQL using github.com/ziutek/mymysql (by coocood) Ad

