Hi all, I'm just starting out learning Swift, so I'm looking to find the best way to use a database in an app that I am looking to develop that needs to store and summarize financial data…
I can easily create the database logic in regular SQL to do what I need, but I am unsure of the best way to do it in an IOS phone app with Swift.
Do you have any pointers on which is the best product (i.e. easiest/cheapest for a beginner but has the summarizing functionality I need) to use? Is it MySQL? SQLLite? Something else? Any suggested books to get that piece of the puzzle? There seems to be a few options, but can't find an answer to which is better - i spent some time trying to learn Core Data, but it doesnt seem like it has the summary functionality (which i need)
Thank you