8 lines
217 B
Markdown
8 lines
217 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*
|