Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 185 Bytes

File metadata and controls

13 lines (11 loc) · 185 Bytes

spatialite-server

The SpatiaLite Docker Server

Setup

./setup_dbs.sh
docker-compose up
telnet localhost 12346
[another terminal]
telnet localhost 12346
select * from t1;