Skip to content

Instantly share code, notes, and snippets.

@rueian
Last active March 16, 2020 12:03
Show Gist options
  • Save rueian/b027544ec86bdb7e27289fa4e76e8793 to your computer and use it in GitHub Desktop.
Save rueian/b027544ec86bdb7e27289fa4e76e8793 to your computer and use it in GitHub Desktop.
golang pg lib prep matrix
lib named prepared statement binary bytea binary timestamptz binary uuid
lib/pq o o x x
gopg o x x x
gorm x half x x
pgx o o o o

Gorm 的 bytea 在未開啟 binary_parameters=yes 前是參數用 text 回傳用 binary,開啟之後是參數用 binary 回傳用 text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment