solenoid / mysql
MySQL client library
v2.0.0
2026-05-28 10:31 UTC
Requires
- php: >=7.3
- solenoid/vector: ^1.0.0
This package is auto-updated.
Last update: 2026-05-28 11:39:42 UTC
README
MySQL client library
Docker (MySQL 8.0 for tests)
Start MySQL 8.0:
docker compose up -d
Shortcut:
./start
Stop and remove container, network and volumes:
docker compose down
Shortcut (stop only):
./stop
Restart MySQL:
./restart
Open MySQL shell:
./shell
Follow MySQL logs:
./docker/logs
Connection used by tests:
- Host:
127.0.0.1 - Port:
3306 - User:
user - Password:
pass - Database:
db