Differences From Artifact [c2c4883b3a]:
- File api.scm — part of check-in [996af79a27] at 2022-02-20 19:17:09 on branch v1.65 — Added dbmod.scm and build support (user: matt, size: 21723) [annotate] [blame] [check-ins using]
To Artifact [f83932a9cc]:
- File api.scm — part of check-in [cd75b861ad] at 2022-03-13 20:27:42 on branch v1.7001-multi-db-02 — wip (user: matt, size: 21763) [annotate] [blame] [check-ins using] [more...]
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + + | (use srfi-69 posix) (declare (unit api)) (declare (uses rmt)) (declare (uses db)) (declare (uses dbmod)) (declare (uses dbfile)) (declare (uses tasks)) (import dbmod) (import dbfile) ;; allow these queries through without starting a server ;; (define api:read-only-queries '(get-key-val-pairs get-var get-keys |
︙ |