Kallax: why we built yet another orm for go By DevRel team / 19 April 2016 what is kallaxKallax is a PostgreSQL typesafe1 ORM for the Go language. Its aim is to provide a way of programmatically writing queries and interacting with a PostgreSQL database without having to write a single line of SQL, using strings to refer to columns or using values of wrong types in queries. For that reason, the fi