mysql

command module
v0.0.0-...-bb83006 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: MIT Imports: 5 Imported by: 0

README

MySQL Example for tqla

This example demonstrates how to use the tqla library with MySQL database.

Set up the environment

1. Pull and run MySQL Docker container
# Pull the latest MySQL image
docker pull mysql:latest

# Start MySQL container
docker run --name mysql_test -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=mysql-test-db -p 3306:3306 -d mysql:latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL