I want to make use of existing MySQL database from Parse. I google thoroughly but could not find relevant search results. I know Parse uses NoSQL techniques to store objects and MySQL is relational database. So please guide me on how to accomplish that ?
EDIT
I want to be able to pull the existing information and use it in the app from the existing database.
Use case:
I have blood donation website build on Php and MySQL and now I want to develop mobile app for users. So it is much like extension to website. So obviously we will be using existing database.