Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 417 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 417 Bytes

PocketAdmin

An Android application intended to handle the administration of MySQL on the go. It has features similar to PhpMyAdmin, and used JDBC for direct connectivity to MySQL.

Note: this was done as a proof of concept project. MySQL databases should never be exposed to the public. CRUD operations should be performed through a backend (e.g. REST API) with proper authentication and authorization techniques.