Wednesday, June 09, 2010

mySQL Tools

Great administrative/struture of mySql Database and Statistics
http://www.heidisql.com/download.php

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...