* MySQL
+ Added get method with String as query parameter, instead of Query. This way you can do more things, but you won't be able to use the statement.set(#) method (for replace the question mark (?) with a value). This is gonna be implemented in the API soon.
IMPORTANT:When you use the get() method, it's gonna open a connection to the MySQL database. Remember to close it as soon as you finish using the Result of the get(). (Not before, else you won't be able to use the ResultSet coming from Result, since the connection is closed.)