Differences From Artifact [e48452c17e]:
- File requirements.scm.template — part of check-in [73e724b31f] at 2012-03-17 06:50:10 on branch trunk — Updated template, lots of change due to move to chicken4.7 (user: matt, size: 372) [annotate] [blame] [check-ins using]
To Artifact [b71aaa144e]:
- File requirements.scm.template — part of check-in [bd41580f94] at 2013-08-03 17:47:18 on branch selfcontained — Commented out postgreql in requirements.scm.template (user: matt, size: 378) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - - + + | ;; choose your db interface as appropriate (require-extension sqlite3) (import (prefix sqlite3 sqlite3:)) |
︙ |