cl-postgres-plus-uuid
Common Lisp library providing a cl-postgres SQL reader for the PostgreSQL UUID type.
$ area51 add cl-postgres-plus-uuidコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-postgres-plus-uuid:some-function ...)