directory
Version:
v0.0.0-...-d0adc60
Opens a new window with list of versions in this module.
Published: Mar 14, 2024
License: MIT
Opens a new window with license information.
README
¶
database
01.mariadb
./docker_mariadb.sh start
docker inspect mariadb | grep IPAddr
export MARIADB_USER=root;
export MARIADB_PWD=root;
export MARIADB_HOST=172.17.0.4;
export MARIADB_PORT=3306;
export MARIADB_NAME=testdb;
go get github.com/go-sql-driver/mysql
Directories
¶
Click to show internal directories.
Click to hide internal directories.