Clean up Builder_db interface

Database encoding functions are not useful to library users.
This commit is contained in:
Reynir Björnsson 2021-01-21 16:47:31 +01:00
parent 3a0d9222d5
commit 841dabcc03

View file

@ -76,7 +76,6 @@ sig
script : string;
job_id : id;
}
val t : t Caqti_type.t
module Meta :
sig
type t = {
@ -86,7 +85,6 @@ sig
result : Builder.execution_result;
job_id : id;
}
val t : t Caqti_type.t
end
val migrate :