- 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.
推薦閱讀
- PowerCLI Cookbook
- Vue.js入門與商城開發實戰
- Instant Zepto.js
- NativeScript for Angular Mobile Development
- 基于差分進化的優化方法及應用
- Hands-On Enterprise Automation with Python.
- 信息技術應用基礎
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Python機器學習算法: 原理、實現與案例
- Visual Basic程序設計基礎
- Building Clouds with Windows Azure Pack
- H5匠人手冊:霸屏H5實戰解密
- C語言程序設計
- LabVIEW數據采集(第2版)
- Tkinter GUI Programming by Example