PostgreSQL 에 PostGIS 가 있다면 SQLite 에는 SpatiaLite 가 있습니다. PostGIS와 마찬가지로 Geometry Engine은 GEOS(3.2.0), 좌표변환은 PROJ.4(4.7.0) 를 사용하고 있습니다. PostGIS보다 경량이면서 속도면에서는 빠르군요.. PostGIS를 사용해본 사람이라면 금방 익숙해질 수 있을 것 같네요 . 단, PG와는 Spatial Function 이름들이 약간씩 다릅니다.(ST_가 없으나 2.4버전 이후로는 OGC ST_ 이름을 지원합니다). 라이센서는 각각의 프로그램마다 다릅니다. ▣ SpatiaLite 공식 사이트 - http://www.gaia-gis.it/spatialite/ - 2010년 6월 30일 현재 버전 2.4.0 ▣ 주요 기능 * SQLite is a popular DBMS, simple, robust, easy to use and really lightweight * each SQLite database is simply a file; you can freely copy it, compress it, send it on a LAN or WEB with no complication at all They are also portables; the same database file will work on Windows, Linux, MacOs etc * the SpatiaLite extension enables SQLite to support spatial data too [aka GEOMETRY], in a way conformant to OpenGis specifications o supports standard WKT and WKB formats o implements SQL spatial functions such as AsText(), Geom...