| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2022-02-07 | 305 Bytes | |
| Table.php | 2022-02-07 | 63.5 kB | |
| MySQLException.php | 2022-02-07 | 653 Bytes | |
| Conn.php | 2022-02-07 | 3.4 kB | |
| Totals: 4 Items | 67.9 kB | 0 |
Basically it a MySQL output (of show create table) parser. Created in PHP and uses regular expressions to create tokens of table fields, columns, column size and other flags.
Main file is table.php.
Database Connection file is Conn.php
And any exception in anywhere file is MySQLException.php