In my current Ionic application development project, I am faced with a challenge. The web request I am working with returns over 17,000 JSON records, which I cannot efficiently store using localStorage. After exploring my options, I am considering utilizing SQLite or minimongo to manage this large amount of data within my mobile app. Can anyone suggest the best tool for integrating into my application to optimize the handling of these more than 17 thousand JSON objects?