ConnectorModuleImpl
libretto.examples.libraryOfAlexandria.ConnectorModuleImpl
opaque object ConnectorModuleImpl extends ConnectorModule
Adapts the vendor-provided API for consumption by Libretto. We codify the rules of use, such as
- do not close the connector while it has active connections,
- do not reuse or close a connection while still reading query results so that they cannot be violated by the client Libretto code.
There is a clash of two worlds here: sequential, non-linear vs. concurrent, linear.
Attributes
- Graph
-
- Supertypes
- Self type
-
ConnectorModuleImpl.type
Members list
In this article