Database
Database ComponentDefinition case class Database() extends Cell[DatabaseConfig] with ServiceSupport DescriptionComponent for database interaction. Clients of this component send a DBStatementRequest or StoredProcCall to initiate a group of Database Operations. When…