wrapper around jdbc access :
This service will be usefull for connecting to databases.
Tested with script bellow, to connect a mysql database with a simple select
database.executeUpdate : // return int
database.executeQuery : // return ResultSet
database.execute : // return boolean