Gorm SQL Postgresql Syntax

PostgreSQL SQL syntax review for Go/GORM projects. Use when writing or reviewing raw SQL used via db.Raw(), db.Exec(), or migrations. Covers placeholder style, reserved keyword quoting, RETURNING, ILIKE, JSONB operators, and type casting. Don't use for MySQL or SQLite.

saifoelloh Updated

File contents

saifoelloh/golang-best-practices-skill/tree/main/postgresql-syntax commit 4d7c0b449e

Frequently asked questions

npx skillmds@latest add saifoelloh/gorm-sql-postgresql-syntax