Custom DB migration

@tunglt1810 You won’t have access to the raw database connection string, but your library doesn’t require it. In your Go module’s InitModule function use the supplied *sql.DB handle to initialize your migration tool. The project’s readme shows you how to do this.

1 Like