Optimal way of storing images along data records

TL;DR: What’s the optimal way of storing images along data records with Ionic? Is it still SQLite?

Hey folks!

My app needs to store objects and with every object it needs to store multiple pictures. Basically I store images with timestamp and a description.

Would SQLite still be performing well in that scenario? Is there any better way except maybe for storing images on local device? I’ll need to synchronize the local data with a remote API so keep that in mind.

Is cordova/sqlite still the optimal way of storing data with ionic when needing to also store pictures?

Thanks!

anyone? any inputs? I’m finding sqlite-specific answers online but nothing ionic-specific. thanks!