sqlboiler
« Back to VersTracker
Description:
Generate a Go ORM tailored to your database schema
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: golang orm code-generation database sql
Install: brew install sqlboiler
About:
SQLBoiler is a code generation tool that creates idiomatic Go code based on your database schema. It generates models, queries, and relationships that integrate with the popular ORM features while maintaining type safety and performance. This tool eliminates boilerplate code and helps developers interact with SQL databases using Go's native patterns.
Key Features:
  • Generates type-safe Go code from database schema
  • Supports PostgreSQL, MySQL, and SQLite
  • Produces models with relationships and eager loading
  • Zero runtime reflection overhead
  • Customizable templates for code generation
Use Cases:
  • Generating ORM models for new Go database applications
  • Migrating legacy applications to use type-safe database access
  • Creating database-agnostic Go applications with type safety
Alternatives:
  • GORM – Runtime ORM vs code generation approach
  • sqlx – Lightweight extensions vs full ORM generation
Version History
Detected Version Rev Change Commit
Sep 15, 2025 12:03pm 0 VERSION_BUMP a47fba40
Nov 11, 2024 8:05pm 0 VERSION_BUMP 6360135f
Nov 11, 2024 1:51pm 0 VERSION_BUMP 014dddda
Sep 13, 2024 5:07am 0 VERSION_BUMP 50494d6e