Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

MySQL Client

Installs needed client-side dependencies for Rails apps using MySQL.

NOTE: This feature does not install the dependencies needed for the MySQL Server. For that we recommend running a service using the official MySQL docker image.

Example Usage

"features": {
    "ghcr.io/rails/devcontainer/features/mysql-client": {}
}

Options

Customizations

OS Support

This Feature should work on recent versions of Debian/Ubuntu-based distributions with the apt package manager installed.

bash is required to execute the install.sh script.