Database visual editor

A database (postgresql preferred) visual viewer and editor, its useful to see the data changes in real time as the app runs and the code is changed.

2 Likes

Are you saying there is one, or are you asking for one?

1 Like

Asking, sorry wasn’t clear as I clicked the button in replit saying “suggest an extention” and didn’t notice its not a specific category here

1 Like

One option for a database visual viewer and editor that allows you to see data changes in real-time as your app runs and code changes is Postico. Postico is a PostgreSQL client for Mac that allows you to easily interact with your database, run queries, and view data in a graphical interface. It also has a live data browser that updates in real-time as changes are made to your data. Another option is DBeaver, a free, open-source database management tool that supports PostgreSQL and other databases. It has a similar live data viewer and allows for real-time data changes.Mybkexperience

2 Likes

This is nice, but my point is that it would be a good addition to replit, as it could be used anywhere in the browser including on mobile to monitor and edit the backend data

2 Likes