Implementing SQLite / Spatialite driver

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

Might you be interested in using it? Or is the dependence on GDAL a deal-breaker for you?