guix-play/guix/store
Christopher Baines cdd4a0c3c9
store: database: Inline SQL to where it's used.
This makes the code easier to read, as you don't have to keep jumping between
the two places.

* guix/store/database.scm (path-id-sql, update-sql, insert-sql,
add-reference-sql): Remove variables.
(path-id, update-or-insert, add-references): Include SQL.

Change-Id: I53b4ab973be8d0cd10a0f35ba25972f1c9680353
2024-04-03 17:18:39 +01:00
..
database.scm store: database: Inline SQL to where it's used. 2024-04-03 17:18:39 +01:00
deduplication.scm guix: Strip #:use-module lists. 2023-03-13 15:08:33 +01:00
roots.scm store: Tolerate non-existent GC root directories. 2023-06-18 23:36:25 +02:00
schema.sql
ssh.scm