Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Aug 19, 2024
1 parent 6f50715 commit 2bd97a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gosql
# 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.

Expand All @@ -7,7 +7,7 @@ This Go package allows you to convert SQL dump files from different databases to

To download and start using the package:
```bash
go get -u github.com/mstgnz/gosql
go get -u github.com/mstgnz/sdc
```

## Supported Databases
Expand Down

0 comments on commit 2bd97a7

Please sign in to comment.