Simple PHP tool to help you quickly generate data for Smalltalk from an existing MySQL DB.
To install all dependency packages used by this app run:
composer install
After you define all your tables and their columns in public\index.php
run:
composer start
It will run an app instance on the following URL: http://localhost:8080/.
If no errors are encountered, the app will echo the resulting Smalltalk script.
- String
- Number
- Date
- Object
Check the wiki for the fully documented example usage of this tool with detailed explanation.