spatialite4-jdbc
spatialite4-jdbc copied to clipboard
JDBC library for SpatiaLite 4.2+
我按照示例代码初始化数据库的时候,特别慢,找了很久原因如下: Statement stat = connection.get().createStatement(); //不传参,这行sql会特别慢 //stat.execute("SELECT InitSpatialMetaData()"); //网友提供解决方法 stat.execute("SELECT InitSpatialMetaData(1);"); stat.close(); 具体原因还没弄明白,希望可以得到解答
make native OS_NAME=Windows OS_ARCH=amd64 use this command for building windows dll. but get error: COMPILER_PATH=/usr/lib/gcc/x86_64-w64-mingw32/5.3-posix/:/usr/lib/gcc/x86_64-w64-mingw32/5.3-posix/:/usr/lib/gcc/x86_64-w64-mingw32/:/usr/lib/gcc/x86_64-w64-mingw32/5.3-posix/:/usr/lib/gcc/x86_64-w64-mingw32/ LIBRARY_PATH=/usr/lib/gcc/x86_64-w64-mingw32/5.3-posix/:/usr/lib/gcc/x86_64-w64-mingw32/5.3-posix/../../../../x86_64-w64-mingw32/lib/ COLLECT_GCC_OPTIONS='-I' 'target/freexl-1.0.5/headers' '-I' 'target/freexl-1.0.5/src' '-I' 'target/zlib-1.2.8' '-I' 'target/lzma-4.32.7/src' '-I' 'target/libxml2-2.9.2/include' '-I' 'target/proj-4.8.0/src' '-I' 'target/geos-3.5.0/include'...
Sorry for this issue @benstadin , but I could not find any way to contact you. Is there any way we could support you to move this project forward? We...
Hi! i'm using your library with jdbc input logstash to connect my DB sqlite to elasticsearch. My goal is to pass statement with spatialite function directly in logstash like this....
This looks great. So for those of us who need a windows version and are stuck in dll-hell with the sqlite/mod_spatialite.dll nightmare, what do we need to do to make...
Current publishing schema is pretty inconvenient. It would be cool to have this lib in the maven central or any other public repository.