ocaml-session icon indicating copy to clipboard operation
ocaml-session copied to clipboard

Implement PG'OCaml backend

Open rgrinberg opened this issue 10 years ago • 1 comments

https://github.com/darioteixeira/pgocaml/ is 99% pure OCaml (with the remaining 1% to be done very soon)

rgrinberg avatar Dec 16 '15 19:12 rgrinberg

Generally speaking, this library is not in the business of making choices of backends and passing them onto users. It is very much possibly (and anybody is very much welcomed!) to implement a PG'OCaml backend under backends/pgocaml and send in a pull request. I chose postgresql-ocaml as the first database backend implementation because it's what Inhabited Type uses internally. We could get into the reasons for that particular choice, but let's leave that for another forum.

seliopou avatar Dec 16 '15 19:12 seliopou