Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2017-10-05 (15 hours ago) | | Not yet rated by the users | | Total: 121 This week: 56 | | All time: 8,641 This week: 9 |
|
Description | | Author |
This class can migrate data that match conditions between tables.
It can take the parameters of connection of two database and connect to them using PDO.
The class can also migrate data that matches certain conditions from one database table to the other. Innovation Award
September 2017
Nominee
Vote |
This class can migrate data that match conditions between tables.
It can take the parameters of connection of two database and connect to them using PDO.
The class can also migrate data that matches certain conditions from one database table to the other.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 1x |
|
Details
migration_database
migrate yours data between databases, easy and fast you can migrate datas of the a database sorce fro database clone or just table of the source database.
How use?
Define the server source and the serve that clone in you database
"src" => [
"user" => "",
"host" => ".db.4855800.hostedresource.com",
"pass" => "@",
"database" => ""
],
"clone" => [
"user" => "dev",
"host" => "localhost",
"pass" => "@",
"database" => ""
],
];
$migdb = new Migration_Database($ar);
$migdb->migrate(["table"=>"qualidade", "pk"=>['pk1', 'pk2'], "where"=>["key"=>"value"]]);```
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.