cl-postgres-datetime

BSD-3-Clause

Date/time integration for cl-postgres that uses LOCAL-TIME for types that use time zones and SIMPLE-DATE for those that don't

$ area51 add cl-postgres-datetimeコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-postgres-datetime:some-function ...)