You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
414 B
Common Lisp
15 lines
414 B
Common Lisp
(defpackage #:pg-sessions
|
|
(:use #:cl #:postmodern #:anaphora #:alexandria)
|
|
(:export #:pg-session
|
|
#:pg-session-id
|
|
#:pg-session-gc
|
|
#:pg-remove-session
|
|
#:*session-type*
|
|
#:*pg-session-max-time*
|
|
#:*database-connection-spec*
|
|
#:pg-session-value
|
|
#:pg-session-max-time
|
|
#:pg-start-session
|
|
#:save-pg-session))
|
|
|