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

Open Source

29009 readers
157 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 4 years ago
MODERATORS
 

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
[–] [email protected] 1 points 2 months ago (1 children)

Web based. Basically, I am looking for a general web app which is working with DB.

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

Search for CRUD framework. They are available in many languages.

[–] [email protected] 1 points 2 months ago

Yes, sometimes we are just missing the right term. Thanks.