- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 96字
- 2021-06-10 19:23:01
Summary
PostgreSQL is a powerful and feature-rich enterprise-level database. It allows database administrators and application developers to store code directly in the server and execute code whenever it is required, allowing us to use a server-side-programming approach. The advantage of having code that is executed by the server itself is that it runs nearer the data, it is under the control of the server, and it is centralized, which means that every connection that accesses the data will execute the same code.
Developing in PostgreSQL is fun and powerful, thanks to its rich and modular platform.
推薦閱讀
- 32位嵌入式系統(tǒng)與SoC設(shè)計(jì)導(dǎo)論
- 輕輕松松自動(dòng)化測(cè)試
- Deep Learning Quick Reference
- 工業(yè)機(jī)器人技術(shù)及應(yīng)用
- JavaScript實(shí)例自學(xué)手冊(cè)
- Linux Mint System Administrator’s Beginner's Guide
- 離散事件系統(tǒng)建模與仿真
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無(wú)刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- 西門子S7-200 SMART PLC實(shí)例指導(dǎo)學(xué)與用
- 統(tǒng)計(jì)學(xué)習(xí)理論與方法:R語(yǔ)言版
- 大數(shù)據(jù)驅(qū)動(dòng)的設(shè)備健康預(yù)測(cè)及維護(hù)決策優(yōu)化
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評(píng)價(jià)理論模型與實(shí)證研究
- Mastering pfSense
- Visual Studio 2010 (C#) Windows數(shù)據(jù)庫(kù)項(xiàng)目開(kāi)發(fā)
- PostgreSQL High Performance Cookbook