# Interfaces
Closer is an interface for closing connections.
Configurator is an interface for supporting configuration changes on an existing Conn.
Conn is a connection to a store Implement the Configurator interface to support configuration changes to an existing connection.
Connector is an interface for connecting to a store.
Driver is the primary interface for implementing storage drivers.