RatelDatabase constructor
RatelDatabase({})
Implementation
RatelDatabase({
required this.host,
this.port = '5432',
required this.databaseName,
required this.username,
required this.password,
}) {
RatelRepository.configure(this);
}