phpMyAdmin equivalent in Elixir

Hi, I am working with Elixir and Ecto, and I’d like to know if there is kind of a phpMyAdmin GUI for working with MySQL/MariaDB that developers in Elixir use. (just for development mode)

Or if they don’t use any, what would be a good advise?

1 Like

I know this is not what was asked but https://github.com/vim-scripts/dbext.vim is a truly awesome vim plugin. I run all my queries using it. For remote postgres dbs, I just tunnel over ssh.

1 Like

Does Ex Admin allows to list the database tables?

I just started playing with it, but it allows you to list your schemas and should they correspond to your db tables, then yes. From those you can edit your db tables directly.

It’s really handy.

1 Like

Thanks I’ll try it :smiley:

i’ve got to necrobump this, sorry. google made me do it.

today’s solution is Kaffy. just make sure to read the actual readme for install notes and not hexdocs, which is a little outdated.

1 Like

also LiveAdmin - Phoenix admin UI built on LiveView

2 Likes