Skip to content

rocachien/convert-mssql-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert database

Build status

Description

This is the library to convert data structure of MSSQL to MySQL.

Configuration object

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

Changelog

Version 0.0.2

  • Add new table class to generate table SQL

Version 0.0.1

  • Initial release

About

This is the library to convert data structure of MSSQL to MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors