This is the library to convert data structure of MSSQL to MySQL.
Setting up the MSSQl connection for the:
| Server to connection: | server |
| Database to connection: | database |
| User to connection: | user |
| Password to connection: | password |
Setting up the MySQl connection for the:
| Server to connection: | server |
| Database to connection: | database |
| User to connection: | user |
| Password to connection: | password |
- Note: the content of file .env.tmp is default environments
- Add new table class to generate table SQL
- Initial release