Artifact b78c7ce285dbb82c1ecd5525222d9497031be382:
- File attic_modular/altdb.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 137) [annotate] [blame] [check-ins using]
;; optional alternate db setup (define *available-db* (make-hash-table)) (use postgresql)(hash-table-set! *available-db* 'postgresql #t)