- Learning PostgreSQL
- Salahaldin Juba Achim Vannahme Andrey Volkov
- 176字
- 2021-04-02 20:32:09
What you need for this book
In general, PostgreSQL server and client tools do not need an exceptional hardware. PostgreSQL can be installed on almost all modern platforms, including Linux, Windows, and Mac. Also, in the book, when a certain library is needed, the installation instructions are given.
The example provided in this book requires PostgreSQL version 9.4; 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.
For some chapters, such as Chapter 13, PostgreSQL JDBC and Chapter 14, PostgreSQL and Hibernate, one needs to install a development kit (JDK). Also, it is convenient to use the NetBeans or Eclipse integrated development environment (IDE).
- 自己動手寫Java虛擬機
- 信息可視化的藝術(shù):信息可視化在英國
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- Java項目實戰(zhàn)精編
- Java EE核心技術(shù)與應用
- 軟件測試實用教程
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Arduino可穿戴設(shè)備開發(fā)
- 算法圖解
- 零基礎(chǔ)學HTML+CSS第2版
- Google Adsense優(yōu)化實戰(zhàn)
- Android技術(shù)內(nèi)幕(系統(tǒng)卷)
- MySQL從入門到精通
- Web前端開發(fā)精品課:HTML5 Canvas開發(fā)詳解
- Scala實用指南