A simple go module to parse all table columns from a running database and transform them into a generic go struct
Jonas Letzbor e6f9d11f42 | ||
---|---|---|
scripts | ||
structt | ||
.gitignore | ||
README.md | ||
go.mod | ||
go.sum | ||
mariadb.go | ||
mariadb_test.go | ||
oracle.go | ||
oracle_test.go | ||
parser.go | ||
types.go | ||
utils_test.go |
README.md
DDL-Parser
DDL-Parser is a simple go module to parse all table columns from a running database and transform them into a generic go struct.
The following SQL databases are supported and tested:
- MariaDB 10.6
- Oracle 21