Order
MyWebSql is a MySQL/Postgres database management client based on Web. In addition to operating table data, it can also control objects including views, stored procedures, triggers and functions. It supports the import and export of data and query results, and also has a built-in SQL editor with syntax coloring function. Here’s how to run fast with docker.
docker
docker pull quantumobject/docker-mywebsql
Start up
docker run --rm -p 8090:80 --name mywebsql quantumobject/docker-mywebsql
In order to test, start pg here by the way.
docker run --rm --name some-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mypwd postgres:9.5
Access
http://192.168.99.100:8090/
Select a database and enter the database account password
After entering