package
1.3.2
Repository: https://github.com/sharkfoursix/dsync.git
Documentation: pkg.go.dev

# README

Postgresql Data source

Usage

go get github.com/SharkFourSix/dsync/sources/postgresql
import "github.com/SharkFourSix/dsync/sources/postgresql"

dsn := "postgresql://user:password@host/database"

pgds, err := postgresql.New(dsn, &dsync.Config{ ... })
if err != nill {
    panic(err)
}

migrator.Migrate(pgds)

SQL Driver

https://github.com/lib/pq

# Functions

No description provided by the author
No description provided by the author