README ¶ Migrations Example This GoFr example demonstrates the use of migrations through a simple http server using mysql and redis. To run the example follow the below steps: Run the docker image of mysql and redis docker run --name gofr-mysql -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=test -p 2001:3306 -d mysql:8.0.30 docker run --name gofr-redis -p 2002:6379 -d redis:7.0.5 Now run the example using below command : go run main.go Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis migrations Click to show internal directories. Click to hide internal directories.