Skip to content

Instantly share code, notes, and snippets.

View qascade's full-sized avatar

Shubh Karman Singh qascade

View GitHub Profile
@qascade
qascade / migrate.go
Created March 30, 2023 20:16
Migrating data from postgres to mysql using tls options.
package main
import (
"crypto/tls"
"crypto/x509"
"database/sql"
"io/ioutil"
"log"
"github.com/go-sql-driver/mysql"