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.
Designed for clarity, safety, and developer happiness
Chainable API for SELECT, INSERT, UPDATE, and DELETE without writing fragile SQL strings.
Automatically migrate database schemas based on your Go model definitions.
Use strongly typed field references instead of error-prone string column names.
Everything you need to build confidently with ModelsHandler