← Packages / conduit / Capabilities

IO.NetConnect

in conduit v0.1.0

v0.1.0 is the oldest version of conduit that was analysed, so there is nothing to compare it against. IO.NetConnect is a first sighting, not a change.

lib/conduit/storage/postgres.march:36
33 import Message
34 import Pool
35 needs IO.Random
36 needs IO.NetConnect
37 needs IO.Spawn
38
39 -- Connection parameters for the backing database.