- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 183字
- 2021-07-02 13:11:42
PostgreSQL user advantages
PostgreSQL is very attractive for developers, administrators, and architects. It has rich features that enable developers to perform tasks in an agile way. The following are some of the features that are attractive to developers:
- A new release almost every year; there have been 25 major releases so far, starting from Postgres 6.0.
- Very good documentation and an active community enables developers to find and solve problems quickly. The PostgreSQL manual is more than 2,500 pages.
- A rich extension repository enables developers to focus on business logic. Also, it enables developers to meet requirement changes easily.
- The source code is available free of charge. It can be customized and extended without much effort. There are many tools and utilities for PostgreSQL.
- Rich client and administrative tools enable developers to perform routine tasks, such as describing database objects, exporting and importing data, and dumping and restoring databases very quickly.
- Database-administration tasks don't require a lot of time and can be automated.
- PostgreSQL can be integrated easily with other database-management systems, giving the software architecture a good flexibility for implementing software designs.
推薦閱讀
- Java系統分析與架構設計
- C語言程序設計案例教程(第2版)
- 編寫高質量代碼:改善C程序代碼的125個建議
- 游戲程序設計教程
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Python機器學習實戰
- Nexus規模化Scrum框架
- Java EE 7 Performance Tuning and Optimization
- PhoneGap:Beginner's Guide(Third Edition)
- C/C++數據結構與算法速學速用大辭典
- Django 3.0應用開發詳解
- 編程可以很簡單
- 智能手機故障檢測與維修從入門到精通
- Practical Maya Programming with Python
- Clojure Web Development Essentials