this post was submitted on 18 Apr 2024
26 points (100.0% liked)
Open Source
31063 readers
1068 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Phpmyadmin.
https://www.phpmyadmin.net/
You can also deploy it easily with docker to get it running quick.
Not for OP.
I usually use Adminer instead of phpMyAdmin.
I am looking for abstraction layer to hide DB internals. I am not looking for a frontend for DB, but for a "web app" which is only the DB itself. Like I said, I am not even sure something like that exists.
I don't think it does, because anything custom is just a regular web app.
I don't understand - you want a layer to hide database internals but also a web app that "is only the db itself"?
Sounds like a web based spreadsheet. Being able to insert and edit data using friendly web forms but not needing to know SQL commands.
Ahh. Misunderstood.
Have a look at Grist or ToolJet or similar tools. I use the first in a very basic way and...it works!