simple php for editing postgresql tables?
while I love using phppgadmin for messing around with my postgresql database, I'm hoping that there exists something that allows editing the contents of tables (doesn't even need to be able to insert or delete, just update would be fine) that's more targeted for end-users. I could do the code myself easy enough, but I'm hoping to not reinvent this wheel. Could pull the code from phppgadmin as well, but since this code doesn't really need to be integrated into the rest of things, I'm hoping for something that's easy to deploy and configure for this kind of simple editing.
If something exists for mysql or oracle or the like that you know of, that'd be good to know about too, since it may be less time/code to port that to postgresql than writing this simple thing from scratch.
Thanks!
If something exists for mysql or oracle or the like that you know of, that'd be good to know about too, since it may be less time/code to port that to postgresql than writing this simple thing from scratch.
Thanks!
