Convert Database schema to Markdown (Only MySQL)
go run main.go root 123456 localhost database_name
- Go 1.13
COLUMN_NAME | COLUMN_TYPE | COLUMN_DEFAULT | IS_NULLABLE | COLUMN_KEY | EXTRA | COLUMN_COMMENT |
---|---|---|---|---|---|---|
table | int(10) unsigned | 0 | YES | PRI | auto_increment | ID |
You can find the license for this code in the LICENSE file.