We are developing an attendance management system for a University, where teachers can take student attendance using their phone. The university already has an Oracle database with student attendance and marks etc. Now the question is how can I manage to update those attendance fields from flutter application. I read about APEX, but it seems like APEX is an app development framework.
Can I integrate both?
Are there any oracle api's?
How can I make my own oracle api?