https://github.com/sajadtorkamani/sql-playground
A place to play with SQL.
https://github.com/sajadtorkamani/sql-playground
mysql sql
Last synced: about 1 year ago
JSON representation
A place to play with SQL.
- Host: GitHub
- URL: https://github.com/sajadtorkamani/sql-playground
- Owner: sajadtorkamani
- Created: 2023-08-20T11:44:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T11:01:44.000Z (over 1 year ago)
- Last Synced: 2025-06-12T12:17:54.386Z (about 1 year ago)
- Topics: mysql, sql
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
Install Docker and Docker Compose.
Start containers
```shell
docker compose up -d
```
Database should be available at:
- Host: localhost
- Port: 3306
- User: root
- Password: password