Database constructor
Database({})
Constructor
Implementation
Database({
required this.host,
required this.port,
required this.user,
required this.password,
required this.database,
required this.type,
});
Constructor
Database({
required this.host,
required this.port,
required this.user,
required this.password,
required this.database,
required this.type,
});