github.com/quanghm/crate-migrate/v4@v4.0.0-20240506141318-8f1d4a2ddb6c/internal/cli/build_postgres.go (about)

     1  //go:build postgres
     2  // +build postgres
     3  
     4  package cli
     5  
     6  import (
     7  	_ "github.com/quanghm/crate-migrate/v4/database/postgres"
     8  )