Skip to content

Tool for copy schema and data from SqlServer to Postgres

License

Notifications You must be signed in to change notification settings

ArveH/ABulkCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A database copy tool

Currently only used to copy tables from an SQL Server database to a Postgres database.

Eventually, I plan to turn it into a general copy tool for copying all schema and data from one database to another. It can be SQL Server to SQL Server, Postgres to Postgres, or between SQL Server and Postgres.

More information can be found here: https://arveh.github.io/ABulkCopy.Docs/