MySQL Forums
Forum List  »  General

Re: How do I use MySQL to store the game data of an old game emulator for iOS?
Posted by: Peter Brawley
Date: August 28, 2022 07:12PM

To do it MySQL, first, you need to get familiar with relational databases in general; and MySQL in particular, and its capabilities. It's about a semester of work.

Then, design the database following a method like https://www.artfulsoftware.com/dbdesignbasics.html. The specifics depend on what data needs to be saved, how it is to be input, how it will need to be queried, &c.

If/when you get stuck, post a specific question here.



Edited 1 time(s). Last edit at 08/28/2022 07:16PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: How do I use MySQL to store the game data of an old game emulator for iOS?
August 28, 2022 07:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.