Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Humane PostgreSQL interface for non-technical people?

I currently have lots of semi-static structured data in a bunch of excel sheets which I'm using on a website. The data changes very rarely, so I essentially load the data (mostly things like copy-text, translations, etc.) directly from excel using Apache POI into memory when I need it. It works great.

However, eventually I'd like to swap over to a proper database, ideally the same PostgreSQL database I'm using for the truly dynamic stuff. However, the advantage of Excel is that all the non-technical people I'm working with can directly edit it and have the changes show up on the website. I'm personally using pgAdmin to manage the DB as a system, but it's too close to the machine for me to trust non-technical people with it.

Is there any generic CRUD admin interface for PostgreSQL that non-technical people can understand? Something like Django's admin interface, exposing the bare minimum of CRUD operations in a easy to use way, without exposing any dangerous knobs or buttons, but not tied to any specific web framework?

like image 833
Li Haoyi Avatar asked Jan 28 '26 12:01

Li Haoyi


1 Answers

You should probably look at pgAdmin. While it includes a lot of advanced capabilities geared toward software developers and DBAs, it has the Edit Grid tool, which sounds pretty much exactly like what you're asking for.

like image 101
kgrittn Avatar answered Jan 31 '26 01:01

kgrittn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!