- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 237字
- 2021-07-02 13:11:34
To get the most out of this book
In general, PostgreSQL server and client tools do not need exceptional hardware. PostgreSQL can be installed on almost all modern platforms, including Linux, Windows, and Mac. Also, when a certain library is needed, the installation instructions are given:
- You need PostgreSQL version 11; however, most of the examples can be executed on earlier versions as well. In order to execute the sample code, scripts, and examples provided in the book, you need to have at least a PostgreSQL client tool installed on your machine—preferably psql—and access to a remote server running the PostgreSQL server.
- In a Windows environment, the cmd.exe Command Prompt is not very convenient; thus, the
user might consider using Cygwin (http:/ / www. cygwin. com/ ) or another alternative, such
as PowerShell. - Some chapters might require additional software. For example, in Chapter 15, Using
PostgreSQL in Python Applications, you need to install Python and the required Python
libraries to interact with PostgreSQL. In Chapter 16, Scalability, Docker is used to give the
reader a better user experience. - For other chapters, such as Chapter 9, Beyond Conventional Data types, and Chapter 11,
PostgreSQL Security, it is better to use Linux because some of the software used is not very
convenient on Windows, such as NGINX and GnuPG. To run a Linux distribution on your
Windows machine, you can use Virtual Box (https://www.virtualbox.org/ ).
推薦閱讀
- Node.js Design Patterns
- arc42 by Example
- 實戰(zhàn)Java程序設計
- Java Web及其框架技術(shù)
- Mastering Articulate Storyline
- Visual C
- Android 應用案例開發(fā)大全(第3版)
- Android Native Development Kit Cookbook
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運維
- Instant PHP Web Scraping
- Django 3.0應用開發(fā)詳解
- 從0到1:HTML5 Canvas動畫開發(fā)
- Building Slack Bots
- Learning Grunt
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript