Ask HN: Database Design Templates (or Best Practice Examples)
Is there any resource on the internet that shows templates or example of how to design database's for common business functions:
Such as: approvals, billing, user management, double-entry accounting, etc etc.
I realize that businesses and business processes are unique to individual businesses. But there are certain operations or functions that are done basically the same no matter what type of business you are running.
Thanks in advance.
10 comments
[ 4.5 ms ] story [ 32.6 ms ] threadi.e. in a few of the library datanases, book identifcation using ISBN, ISBNs can change by revision also does not adequately handle tracking multiple copies. But I can see these can give you a glimpse of what datasets you will be concerning yourself with.
My point being that "database design" is non-trivial to the point that "cut and paste" is at the application level not the schema level.
Good luck.