Converting mongodb to mysql

hey everyone trying to convert this mongodb collection into mysql statement can anyone help me out? i allready converted the json files into .sql files using a online converter it works good i had to fix acouple things but i got all that done just need to figure out how to change the mongodb stuff into mysql statements…

heres an example

$objects = UltimaPHP::$db->collection('objects')->find([])->toArray();

Thanks Snoop

Sponsor our Newsletter | Privacy Policy | Terms of Service