go-ddl-parser/README.md

8 lines
230 B
Markdown

## 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*