ConnectableRepository

Interface to represent a repository that needs to connect to a database using the given parameters.

Inheritors

Functions

Link copied to clipboard
abstract fun connect(host: String, port: String, dbName: String, username: String, password: String)