Skip to contents

This is a simple wrapper around DBI::dbDisconnect to use when disconnecting from a database. It is good practice to disconnect when no longer using the connection.

Usage

ca_disconnect(con)

Arguments

con

DBIConnection The connection object which in the case of camalien will be a PqConnection.

Value

TRUE, invisibly