5 poin oleh xguru 2021-04-06 | 1 komentar | Bagikan ke WhatsApp
  • Memungkinkan implementasi fungsi basis data spasial setingkat PostgreSQL + PostGIS di atas SQLite (kompatibel dengan OGC-SFS*)

→ Cocok untuk implementasi fungsi GIS desktop/mandiri

  • Mendukung file seperti ESRI Shapefile dan arsip DBF

  • Mendukung notasi geometri: WKT/WKB, EWKT/EWKB milik PostGIS, GML, KML (Google Maps/Google Earth), GeoJSON, SVG

OGC-SFS : Open Geospatial Consortium - Simple Features Interface Standard

Hal-hal yang digunakan untuk tujuan serupa

1 komentar

 
xguru 2021-04-06

SQLite benar-benar bisa diperluas ke banyak hal.

Fitur baru di SQLite 3.35 https://id.news.hada.io/topic?id=3883

  • Fungsi math: cos,sin,tan,log,ln,exp,floor,mod,pi,pow,power,radians,sqrt, dll.

CG/SQL - pembangkit kode Stored Procedure untuk SQLite https://id.news.hada.io/topic?id=2998

Menggunakan SQLite sebagai document DB https://id.news.hada.io/topic?id=3271

simple-graph: menggunakan SQLite sebagai graph DB https://id.news.hada.io/topic?id=3477

SQLite Plus - menambahkan fungsi regex/statistik/Unicode/virtual table https://id.news.hada.io/topic?id=4011