-- name: GetNetworkSettings :one SELECT * FROM network_settings WHERE id = true; -- name: UpdateTrustedProxyHops :one UPDATE network_settings SET trusted_proxy_hops = $1 WHERE id = true RETURNING *;