It depends on your requirements, but from my experience here are the cases when you should use database instead of lists:
1) When you have a many-to-many relationship in your database model
2) When you have more two or more entities linked together (e.g. Customer > Invoice > Invoice Product).
SharePoint is great but in the above scenarios you will have problems with SharePOint SharePoint UI limitationlimitations.
3) If you plan to have any custom reports or charts you should stick to your own database.
When you are using database entities the best approach is to develop your own web parts since BDC is expensive and very limited for most cases. You can also check 3rd party web parts (e.g. Bamboo Web Parts)
Here are the reasons to use SharePoint lists over database:-
- Permissions-
- Ease of usage for the end user-
- Edit in datasheet / Excel / Access-
- Workflows
- Search
