Go ORM-like Query Builder

ModelsHandler

A human-friendly, chainable ORM-like query builder for Go. Define clean models, build fluent queries, and keep your database schema in sync — without magic.

Why ModelsHandler?

Designed for clarity, safety, and developer happiness

Fluent Query Builder

Chainable API for SELECT, INSERT, UPDATE, and DELETE without writing fragile SQL strings.

Schema Synchronization

Automatically migrate database schemas based on your Go model definitions.

Type-Safe Fields

Use strongly typed field references instead of error-prone string column names.

Documentation

Everything you need to build confidently with ModelsHandler