- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 52字
- 2021-07-02 13:11:47
Database coding
Software engineering principles should be applied to database coding. This is important to keep the code clean and to speed up development cycles. This section will address several issues, such as naming conventions, documentation, and version control.
If you're familiar with these concepts, feel free to skip this section.
推薦閱讀