Example: ``` db.url = "jdbc:mysql://localhost?useEncoding=true&characterEncoding=UTF-8" ``` ``` java { use(new Jdbc()); } ```