I am looking for a web interface for the end users of our database (the server is running either MySQL or PostgreSQL) for organizing internal contacts and processing orders.
I searched the website for free open source database web interfaces, but found only administration tools (phpMyAdmin, ...) and frameworks that only display tables, but you cannot create applications (dadabik, vfront, xataface).
I want to create applications, for example, in access forms , but apparently there is no such tool ... As a backup, I would use openoffice Base with a JDBC connection or manually program the interface in PHP.
The advantage will be user authentication (preferably LDAP).
Any suggestions? Thanks in advance.
source share