MTE unikernel with Mkernel+Mnet+Vifu
This commit is contained in:
parent
76662bf23c
commit
a23e59dfca
31 changed files with 535 additions and 376 deletions
|
|
@ -26,7 +26,12 @@ let preflight =
|
|||
"SET search_path TO exchange;";
|
||||
]
|
||||
in
|
||||
fun (module Conn : CONN) -> Syntax.list_iter (fun p -> Conn.exec p ()) l
|
||||
fun (module Conn : CONN) ->
|
||||
let r = Syntax.list_iter (fun p -> Conn.exec p ()) l in
|
||||
match r with
|
||||
| Error err ->
|
||||
Fmt.failwith "Database preflight failure: %a." Caqti_error.pp err
|
||||
| Ok () -> ()
|
||||
|
||||
let find_signkey =
|
||||
let req =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue