If you thought native Go support for IRIS was exciting, wait until you see what happens when GORM enters the mix.
Just recently, we welcomed native GoLang support for InterSystems IRIS with the release of go-irisnative
. That was just the beginning. Now, we’re kicking things up a notch with the launch of gorm-iris
— a GORM driver designed to bring the power of Object Relational Mapping (ORM) to your IRIS + Go stack.

Why GORM?
GORM is one of the most popular ORM libraries in the Go ecosystem. It makes it easy to interact with databases using Go structs instead of writing raw SQL. With features like auto migrations, associations, and query building, GORM simplifies backend development significantly.
So naturally, the next step after enabling Go to talk natively with IRIS was to make GORM work seamlessly with it. That’s exactly what gorm-iris
does.