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.

  • gomp
    arrow-up
    1
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink

    I wouldn’t know what to recommend, but are you looking for a web based thing or a desktop app?

    • TheMediocreOneOP
      arrow-up
      1
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

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

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

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

        • TheMediocreOneOP
          arrow-up
          1
          arrow-down
          0
          ·
          6 months ago
          link
          fedilink

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