Postgresql integration.
This commit is contained in:
parent
a59567d4ab
commit
24e0b487c5
3 changed files with 7 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
(chicken tcp)
|
||||
intarweb
|
||||
uri-common
|
||||
(chicken string))
|
||||
(chicken string)
|
||||
postgresql)
|
||||
|
||||
(define -port- (make-parameter #f))
|
||||
(define -certificate- (make-parameter #f))
|
||||
|
@ -73,6 +74,9 @@
|
|||
(print " Certificate:" (-certificate-))
|
||||
(print " Key:" (-key-)))
|
||||
|
||||
(define dbconn (connect "postgresql:///brmbar"))
|
||||
(print dbconn)
|
||||
|
||||
(define listener
|
||||
(if ssl?
|
||||
(ssl-listen port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue