Differences From Artifact [9a7ceb343a]:
- File dbmod.scm — part of check-in [4e134398af] at 2021-04-07 08:51:17 on branch v1.6584-ck5 — wip (user: matt, size: 1270) [annotate] [blame] [check-ins using]
To Artifact [8c2e07af41]:
- File dbmod.scm — part of check-in [07c8d202ea] at 2021-04-07 09:41:40 on branch v1.6584-ck5 — wip (user: matt, size: 1278) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
20 21 22 23 24 25 26 27 | (declare (unit dbmod)) (module dbmod * (import scheme (prefix sqlite3 sqlite3:) | > | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | (declare (unit dbmod)) (module dbmod * (import scheme chicken.base (prefix sqlite3 sqlite3:) typed-records srfi-18 ) (define (just-testing) (print "JUST TESTING")) |
︙ | ︙ |