Skip to content

c4ys/sync-mysql-to-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sync-mysql-to-postgres

Sync mysql database records to postgresql

from = "mysql://root:root@127.0.0.1/test?chaset=utf8mb4"
to = "postgres://postgres:postgres@127.0.0.1/test"
tables = [
    "table1",
    "table2",
]
limit = 1000
sleep = 1000

About

Sync mysql database records to postgresql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages