Skip to content

HoppeDevz/pg-moonlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌕 POSTGRES MOONLIGHT

Get started

1 - Configure src/settings/moonlight.settings.json

{
    "referential-db": {
        "host": "",
        "database": "",
        "user": "",
        "password": ""
    },

    "target-db": {
        "host": "",
        "database": "",
        "user": "",
        "password": ""
    }
} 

2 - Execute following commands:

npm run build
npm run start

3 - Output examples:

About

Verify if two postgres database are simillars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published