mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--load-extension=spatialite shortcut, closes #1028
This commit is contained in:
parent
a4def0b8db
commit
6aa5886379
6 changed files with 54 additions and 6 deletions
|
|
@ -170,7 +170,7 @@ module, use the following command::
|
|||
docker run -p 8001:8001 -v `pwd`:/mnt \
|
||||
datasetteproject/datasette \
|
||||
datasette -p 8001 -h 0.0.0.0 /mnt/fixtures.db \
|
||||
--load-extension=/usr/local/lib/mod_spatialite.so
|
||||
--load-extension=spatialite
|
||||
|
||||
You can confirm that SpatiaLite is successfully loaded by visiting
|
||||
http://127.0.0.1:8001/-/versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue