it itches me to write a package for reading geometries from sqlite files (they proved to be rather small and fast last time I tested).
(Not answering your question, but it might help with finding an answer based on what you’re trying to achieve.)
Taking a step back, I’m curious why you’re interested in implementing a SQLite / Spatialite driver. If the functionality (example usage: https://github.com/yeesian/ArchGDAL.jl/blob/master/docs/src/spatialite.md) is available in
- GitHub - JuliaGeo/GDAL.jl: Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library or
- GitHub - yeesian/ArchGDAL.jl: A high level API for GDAL - Geospatial Data Abstraction Library,
Might you be interested in using it? Or is the dependence on GDAL a deal-breaker for you?