Differences From Artifact [7029eb2f68]:
- File api.scm — part of check-in [259b439f94] at 2021-02-14 20:26:08 on branch v1.65-real — More minor fixes and cleanup. (user: matt, size: 21684) [annotate] [blame] [check-ins using]
- File attic/api.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 21684) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + | ;;====================================================================== (use srfi-69 posix) (declare (unit api)) (declare (uses rmt)) (declare (uses db)) (declare (uses dbmod)) (declare (uses tasks)) (import dbmod) ;; allow these queries through without starting a server ;; (define api:read-only-queries '(get-key-val-pairs get-var get-keys |
︙ |