2
2
3
3
Easy data transfer from one database to another
4
4
5
+ [ ![ StyleCI Status] [ badge_styleci ]] [ link_styleci ]
6
+ [ ![ Github Workflow Status] [ badge_build ]] [ link_build ]
7
+ [ ![ Coverage Status] [ badge_coverage ]] [ link_scrutinizer ]
8
+ [ ![ Scrutinizer Code Quality] [ badge_quality ]] [ link_scrutinizer ]
9
+
5
10
[ ![ Stable Version] [ badge_stable ]] [ link_packagist ]
6
11
[ ![ Unstable Version] [ badge_unstable ]] [ link_packagist ]
7
12
[ ![ Total Downloads] [ badge_downloads ]] [ link_packagist ]
@@ -39,7 +44,6 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
39
44
| Laravel | ^7.0, ^8.0 |
40
45
| Databases | MySQL, PostgreSQL, MSSQL |
41
46
42
-
43
47
## Using
44
48
45
49
Create a new database and set up both connections in the ` connections ` section of
@@ -59,14 +63,28 @@ The command will perform all migrations on the source and destination databases
59
63
60
64
Enjoy 😊
61
65
66
+ [ badge_build ] : https://img.shields.io/github/workflow/status/andrey-helldar/migrate-db/phpunit?style=flat-square
67
+
68
+ [ badge_coverage ] : https://img.shields.io/scrutinizer/coverage/g/andrey-helldar/migrate-db.svg?style=flat-square
69
+
62
70
[ badge_downloads ] : https://img.shields.io/packagist/dt/andrey-helldar/migrate-db.svg?style=flat-square
63
71
64
72
[ badge_license ] : https://img.shields.io/packagist/l/andrey-helldar/migrate-db.svg?style=flat-square
65
73
74
+ [ badge_quality ] : https://img.shields.io/scrutinizer/g/andrey-helldar/migrate-db.svg?style=flat-square
75
+
66
76
[ badge_stable ] : https://img.shields.io/github/v/release/andrey-helldar/migrate-db?label=stable&style=flat-square
67
77
78
+ [ badge_styleci ] : https://styleci.io/repos/338000763/shield
79
+
68
80
[ badge_unstable ] : https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
69
81
82
+ [ link_build ] : https://github.com/andrey-helldar/migrate-db/actions
83
+
70
84
[ link_license ] : LICENSE
71
85
72
86
[ link_packagist ] : https://packagist.org/packages/andrey-helldar/migrate-db
87
+
88
+ [ link_scrutinizer ] : https://scrutinizer-ci.com/g/andrey-helldar/migrate-db/?branch=main
89
+
90
+ [ link_styleci ] : https://github.styleci.io/repos/338000763
0 commit comments