ToSQL - JSON/XML/PHP to SQL

Last Update
12 December 2011
Regular License
$9
Extended License
$45
Sales
35

About Import large sets of data into an SQL table; ToSQL will create a suitable table structure, guessing data types, keys and more, and then proceed to inserting the data. This can be useful for those with large amounts of data stored in XML or JSON files, who want to make the transition to SQL .

Usage

$query = ToSQL::Import($table_name, $data, ToSQL::<type>); // mysql_query($query); </type>