Skip to content

Quickly get a web MySQL/Postgres/SQLite shell for testing purposes

Notifications You must be signed in to change notification settings

matboivin/OnlineSQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnlineSQL

Quickly get a MySQL/Postgres/SQLite web shell for testing purposes.

Deploy:

docker compose up

nginx will listen on http://localhost:8888/ by default.

You will be able to access the following routes:

  • /mysql
  • /postgres
  • /sqlite

You can configure anything you need by editing docker-compose.yml and proxy/templates/default.conf

Security:

Containers are sandboxed using dedicated users and an isolated network.

About

Quickly get a web MySQL/Postgres/SQLite shell for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%