ezpostgresql icon indicating copy to clipboard operation
ezpostgresql copied to clipboard

Lwt-friendly wrapper for postgresql-ocaml which supports connection pooling.

Results 2 ezpostgresql issues
Sort by recently updated
recently updated
newest added

lwt 5.5.0 ``` File "ezpostgresql.ml", line 30, characters 4-18: 30 | Lwt_unix.yield () >>= fun () -> wait_for_result conn ^^^^^^^^^^^^^^ Error (alert deprecated): Lwt_unix.yield Use Lwt.pause instead ```

An error may occur during a command, for example if the user INSERT a NULL value in a non nullable field. In this case the Postgresql library don't raise any...