-- name: CreateProduct :one INSERT INTO product ( name, price, purchase_date ) VALUES ( $1, $2, $3 ) RETURNING *;