- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 87字
- 2021-07-02 21:50:15
Explaining PostGIS
PostGIS is a spatial database extender for PostgreSQL (https://www.postgresql.org) object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.
It adds several geographical features on top of PostgreSQL such as extra types for geometry, geography, raster, and a few others. For this application, the geospatial support that it provides is relevant. However, readers are advised to explore this extension in depth in case they are going to be dealing with the PostgreSQL database.
推薦閱讀
- iOS Game Programming Cookbook
- Python概率統計
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Visual C++程序設計學習筆記
- TypeScript Blueprints
- 深入淺出Electron:原理、工程與實踐
- Drupal 8 Module Development
- Mastering Apache Maven 3
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Kubernetes進階實戰
- Scala編程實戰
- Delphi開發典型模塊大全(修訂版)
- Java Web開發基礎與案例教程
- 創新工場講AI課:從知識到實踐
- Java程序性能優化實戰