this post was submitted on 18 Apr 2024
27 points (100.0% liked)

Open Source

40538 readers
203 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
27
submitted 1 year ago* (last edited 1 year ago) by Madeyro to c/[email protected]
 

Hello, I am looking for a FOSS frontend for simple DB app.

Use case:

  • Let's have a simple DB in MySQL
  • I want the user to be able to browse via views
  • Create new inserts via some forms

Does something like that exist?

EDIT: Thanks all for suggestions, looks like what I am looking for is just a regular web app however simple I might think it is, there is near 0% chance I can just grab something off the internet and use it in this case.

you are viewing a single comment's thread
view the rest of the comments
[–] Madeyro 2 points 1 year ago (4 children)

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.

[–] [email protected] 2 points 1 year ago (1 children)

I don't understand - you want a layer to hide database internals but also a web app that "is only the db itself"?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Sounds like a web based spreadsheet. Being able to insert and edit data using friendly web forms but not needing to know SQL commands.

[–] [email protected] 1 points 1 year ago

Ahh. Misunderstood.

[–] [email protected] 1 points 1 year ago

I don't think it does, because anything custom is just a regular web app.

[–] [email protected] 1 points 1 year ago

Have a look at Grist or ToolJet or similar tools. I use the first in a very basic way and...it works!