Database tool for project explorer

Have you plans extend project explorer functionality for working with databases like PHPMyAdmin ?

An interactive database explorer would be quite nice, but since glitch focuses on NodeJS, I doubt something like this will happen.

But with that said I’ll try to make a phpMyAdmin demo later.

Done, see

1 Like

But what’s in nodeJS can privent such tool?

I think this is a great idea - I was wondering what database management system you are particularly interested in having a ui for (if i recall correctly, phpmyadmin is for mysql/mariadb).

3 Likes

I mentioned sqlite becouse it’s default database for glitch projects and it has anought features for web usage

Maybe the editor could be configured so when a file ending in .db is opened in the editor a GUI allows you to edit and change records or something like that…

1 Like