Skip to content

Instantly share code, notes, and snippets.

@akhenakh
Created September 15, 2023 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akhenakh/d721b1d11f35966812dab41b3221b360 to your computer and use it in GitHub Desktop.
Save akhenakh/d721b1d11f35966812dab41b3221b360 to your computer and use it in GitHub Desktop.
Jetbrains SQLite and SpatiaLite
-- Save this file somewhere with the path of your extension (on Silicon Mac: /opt/homebrew/lib/mod_spatialite.dylib)
select load_extension("/opt/homebrew/lib/mod_spatialite.dylib");
@akhenakh
Copy link
Author

In the Data Sources and Drivers, Options Tab, set the path of the created sql file

Screenshot 2023-09-15 at 10 50 49 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment