All Questions
3 questions
-1
votes
2
answers
506
views
What does a database component in a UML diagram represent? [closed]
Sometimes the UML component diagram contains a database component. Does this database component represent a class that programmers create (which includes host, username, password, port... DB ...
1
vote
4
answers
662
views
Little value in unit-testing the database component
Having a component that represents the database is wonderful! You can use it from the business logic to read and write data. But should that component be unit-tested?
I would argue that it should ...
0
votes
2
answers
221
views
Which component is responsible for updating the database schema?
We have what can be called a distributed application: One full-blown web app and a small REST service. Both must be separately deployable. Both access the same database schema (they actually share ...