GitXplorerGitXplorer
r

mssql2postgres

public
0 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
9b0f945f2cbcfaf5d94d077638cd7fcc85cb5fbf

Update README.md

rraminrahimzada committed 4 years ago
Unverified
03f56c33b0e2478eaca3f65e4a5c56ddeb826b3d

initial release

rraminrahimzada committed 4 years ago
Verified
093f7915127830b9398308f520fc70235e56c769

Initial commit

rraminrahimzada committed 4 years ago

README

The README file for this repository.

mssql2postgres

Migrate Data from MsSQL to PostgreSQL

usage:

Usage:
  Mssql2Postgres [options] <--from> <--to>

Arguments:
  <--from>    Source Server (MS-Sql) connection string
  <--to>      Destination Server (Postgres) connection string

Options:
  --batch <batch>          Batch Size on Insert queries default 1000
  -o, --output <output>    Output file location
  -e, --execute            Execute generated sql commands in destination server
  --version                Show version information
  -?, -h, --help           Show help and usage information