MySQL Forums
Forum List  »  Newbie

Re: Shed Database - is this possible?
Posted by: Peter Brawley
Date: June 26, 2022 06:26PM

There are two intimately related sides to your requirement---the database backend, and the user interface or app.

MySQL is a full-fledged relational database system. It'll be fine for the backend. The someone who writes this database design needs to know MySQL well. He or she will follow a method like https://www.artfulsoftware.com/dbdesignbasics.html.

But MySQL does not generate apps. Which platform you develop the UI or app on depends on what OS and other software you use in that business. The person who writes that app needs o know that software platform and also be familiar with writing apps that manage a MySQL database backend.

Options: ReplyQuote


Subject
Written By
Posted
Re: Shed Database - is this possible?
June 26, 2022 06:26PM


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.