# gooq > A type-safe, fluent, zero-dependency SQL query builder for Go inspired by jOOQ. It provides parametric Field[T] columns, positional RecordN row types, step interfaces that enforce SQL clause order at compile time, and runtime dialect translation for PostgreSQL and SQLite. ## Documentation Sets - [Abridged documentation](https://cgardev.github.io/gooq/llms-small.txt): a compact version of the documentation for gooq, with non-essential content removed - [Complete documentation](https://cgardev.github.io/gooq/llms-full.txt): the full documentation for gooq ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation