Artifact 805de76f5fcc136305debb8eddeb2d06d91cd8f6:
- File altdb-template.scm — part of check-in [38a3940f9b] at 2021-04-06 22:53:22 on branch v1.6584-ck5 — Getting still closer but not there yet (user: matt, size: 140) [annotate] [blame] [check-ins using]
;; optional alternate db setup (define *available-db* (make-hash-table)) (import postgresql)(hash-table-set! *available-db* 'postgresql #t)