sqlite .db files can be opened by GDAL as vector datasets. That can be inconvenient if the sqlite file is not a spatial database. Similar to the CSV case, just because GDAL can open it does not mean we want to describe the resource as a VectorResource instead of a TableResource.
sqlite
.dbfiles can be opened by GDAL as vector datasets. That can be inconvenient if the sqlite file is not a spatial database. Similar to the CSV case, just because GDAL can open it does not mean we want to describe the resource as aVectorResourceinstead of aTableResource.