arenadotio / pgx

A pure OCaml PostgreSQL client library
Other
122 stars 16 forks source link

Remove Pgx_async_test from the public API #104

Open brendanlong opened 4 years ago

brendanlong commented 4 years ago

Pgx_async_test is a global top-level module which we don't expect users to use at all. We should find a way to expose this only in tests and not export it at all.

If that doesn't work, another option would be wrapping the module and exposing it as Pgx_async.Test