-- name: DatabaseHealth :one SELECT 1::BIGINT AS result; -- name: OwnerExists :one SELECT EXISTS (SELECT 1 FROM users)::BOOLEAN AS exists;