node-spatialite
node-spatialite copied to clipboard
Size on disk considerations
Hi,
I'm developing a simple electron app on Windows.
I though spatialite would be the best solution but looking at spatialite folder in node_modules, it takes 619MB!
I can see that there is geos lib (225MB) included in both folders (450MB total): node_modules/spatialite/build/Release node_modules/spatialite/build/src
Is there anything that can be done to slim the spatialite size on disk? Or what can be deleted after install?
Maybe a PostGIS install has less size on disk than spatialite-node (?)