Catapult_sqlite.Backend
module type ARG = sig ... end
module Make (Arg : ARG) : Catapult.BACKEND
val make : Writer.t -> Catapult.backend