There are frequently questions about how to get the results of a REST query (JSON) into a database table. This can
So I created a video, demonstrating how to take the JSON response of a REST request and insert it into a database table.
I am using TFDMemTable, TFDQuery, and TFDBatchmove to move the data from the original TRESTResponse into an SQLite table – just by using FireDAC components.
Source code is available on BitBucket.