Can SQLITE database files used for attacking
I’m implementing a client to a web-service that offer multiple download options – CSV, JSON, Parquet and SQLITE “.db”. The response data set has small number of tabular data set – SQLITE is a good fit – it eliminate the need to upload the individual tabular data set into a database for efficient join queries.