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.

  • doeknius_gloek
    arrow-up
    2
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink

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

    • TimeSquirrel
      arrow-up
      2
      arrow-down
      0
      ·
      6 months ago
      edit-2
      6 months ago
      link
      fedilink

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