Skip to content

jdrozdz/DataMigration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataMigration

To use program properly you need create database.json file with structure like below

{
  "sourceConfig": {
    "connectionString": "Host=<hostname>;Port=5432;Password=<password>;Username=<username>;Database=<db name>"
  },
  "hostConfig": {
    "connectionString": "Host=<hostname>;Port=5432;Password=<password>;Username=<username>;Database=<db name>"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages