cl-postgres-plus-uuid
Common Lisp library providing a cl-postgres SQL reader for the PostgreSQL UUID type.
$ area51 add cl-postgres-plus-uuidCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-postgres-plus-uuid:some-function ...)