Search by

solenoid / mysql

CapitanPNG

MySQL client library

v2.1.0 2026-06-22 13:03 UTC

This package is auto-updated.

Last update: 2026-08-22 13:19:18 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