- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 148字
- 2021-07-02 13:11:47
Documentation
Documentation is essential for developers, as well as business owners, to understand the full picture. Documentation for the database schema, objects, and code should be maintained. ER and class diagrams are very useful in understanding the full picture. There are tons of programs that support UML and ER diagrams. You can generate ER and UML diagrams by using graph-editing tools, such as yEd, or an online tool, such as draw.io. Also, there are many commercial UML modeling tools that support reverse-engineering code.
Code documentation provides an insight into complex SQL statements. PostgreSQL uses -- and /**/ for single-line and multiline comments, respectively. The single-line comment, --, works on the rest of the line after the comment marker. Therefore, it can be used on the same line as the actual statement. Finally, PostgreSQL allows the developer to store the database object description via the COMMENT ON command.
- Implementing Modern DevOps
- Flutter開發實戰詳解
- Cocos2D-X權威指南(第2版)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- 微服務與事件驅動架構
- Java面向對象軟件開發
- 教孩子學編程:C++入門圖解
- 基于Swift語言的iOS App 商業實戰教程
- Building a Quadcopter with Arduino
- 網站構建技術
- Learning JavaScript Data Structures and Algorithms
- Learning Apache Cassandra
- Unity&VR游戲美術設計實戰
- Vue.js 3應用開發與核心源碼解析
- Python機器學習開發實戰