-- name: GetName :one SELECT name as dbName FROM names where name = $1; -- name: AddName :exec INSERT INTO names (name) VALUES ($1);