Back to projects

Open-source project

Grizzle

An early-stage relational ORM and schema toolkit for Go, inspired by Drizzle ORM and Drizzle Kit concepts.

Grizzle is a spec-first exploration of relational data tooling for Go. The project is working toward type-aware schema definition, SQL query construction, migration workflows, and code generation while retaining explicit control over database behavior.

Current status

Grizzle is in active initial development. It has not been tagged, released, or published as a stable library. APIs, commands, package boundaries, generated code, and migration behavior may change as implementation is reconciled with the project specifications.

The repository includes its current specifications, stability policy, contribution guidance, and implementation work.

Technologies

  • Go
  • SQL
  • Code generation