A
A
Alexander Ivanov2017-04-25 20:01:30
MySQL
Alexander Ivanov, 2017-04-25 20:01:30

What sensible articles have you seen about working with a database?

I noticed that I can’t find a sensible article or examples of organizing a database for frameworks.
Most articles are basic ala:


page ( title, content ),
users ( pass, name );

as if further freedom of thought-creativity.
It seems to me that for anyone there are some rules for creating databases, such as SOLID and Design Patterns for programming languages.
I ask this question because. now I work on frameworks, and I find a certain common feature in database sites. And it seems to me that there are basic tables that everyone has and it makes no sense to write the same tables every time. Either writing is not beautiful enough ... I think it's understandable, I mean.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2017-04-25
@alexey-m-ukolov

It seems to me that for anyone there are some rules for creating databases
These rules are called Normal Forms.
A good book on the subject is SQL Antipatterns: Avoiding the Pitfalls of Databas...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question