v1.0.0
Initial Release
This is the first release.
What we have now:
- Composer Classmap Autoloading
- Readme, License and Composer files
- The initial Class with the following API
- connect($db='test',$pass='',$user='root',$host='localhost',$type='mysql')
- query($query, $params = array())
- fetch_object($query)
- fetch_safe_object($query)
- num_rows($query)