Ionic with Oracle DB

Hi everyone, I’m new in this Ionic world and my target is build an application with some type of connection to Oracle database, I don’t know if that is possible, I have been searching for some example in the web with no success.
If someone could give me some links with any idea how attack this problem for me, I’m all ears and eyes… :slight_smile:

Thanks!!

Hi, did you manage to find any solution? I am in same situation as well. Cheers.

You will need to put and API in front of the database. Then your Ionic app can call this API to read or write data from the database.