Skip to content

Simple PHP tool to help you quickly generate data for Smalltalk from an existing MySQL DB.

Notifications You must be signed in to change notification settings

cpt-erwin/sequeltalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequeltalk

Simple PHP tool to help you quickly generate data for Smalltalk from an existing MySQL DB.

Usage

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.

Supported Smalltalk data types

  • String
  • Number
  • Date
  • Object

Example usage

Check the wiki for the fully documented example usage of this tool with detailed explanation.

About

Simple PHP tool to help you quickly generate data for Smalltalk from an existing MySQL DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published