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.

    • tun
      link
      fedilink
      5
      edit-2
      2 months ago

      Not for OP.

      I usually use Adminer instead of phpMyAdmin.

      Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQLMariaDBPostgreSQLSQLiteMS SQLOracleElasticsearch,  MongoDB and others via plugin

    • TheMediocreOneOP
      link
      fedilink
      22 months ago

      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]
        link
        fedilink
        22 months ago

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

        • TimeSquirrel
          link
          fedilink
          2
          edit-2
          2 months 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.

      • @peregus
        link
        12 months ago

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