/sdc

Sql Dump Converter

Primary LanguageGoApache License 2.0Apache-2.0

SDC - Sql Dump Converter

This Go package allows you to convert SQL dump files from different databases to Go struct format and then transform them into the desired database format.

Installation

To download and start using the package:

go get -u github.com/mstgnz/sdc

Supported Databases

  • MySQL
  • Postgres
  • SQLite
  • Oracle
  • MsSql
    will be ticked as it is completed

Contributing

This project is open-source, and contributions are welcome. Feel free to contribute or provide feedback of any kind.

License

This project is licensed under the APACHE License - see the LICENSE file for details.