ocaml-community / ocaml-mariadb

OCaml bindings to MariaDB, supporting the nonblocking API
55 stars 18 forks source link

Fix invalid fied access in README examples #40

Closed Nymphium closed 3 years ago

Nymphium commented 3 years ago

I've got type errors with code in current README using v1.1.4. This PR fixes invalid field access, such as Mariadb.connect and and function applications such missing () to functions with optional parameters.

andrenth commented 3 years ago

Thanks.