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