View raw

1 (** In-memory {!Repository.S} for tests. Nothing survives a restart, and it is 2 never used in production — durable storage is {!Sqlite_repo}. *) 3 4 include Repository.S 5 6 val create : unit -> t 7 (** Seeded with the shared routine catalog. *) 8