Three suggestions:
- Add non-geometry layers (wkb_none) support in the SpatiaLite reader so that both non-geometry and geometry features can be loaded using a single reader.
- Improve the mapping of SpatiaLite and FME data types in the SpatiaLite writer. VARCHAR(n) is not a SQLite native data type.
- Allow specifying a custom primary key in the SpatiaLite writer. Now FME adds OGC_FID.
Support for SpatiaLite as a GeoPackage would be great.

