EnokMan

Results 5 issues of EnokMan

In order to achieve multiple database driven adaptation, we need to implement the following - [x] **src/drivers/base.ts** Unified interface definition - [x] **src/drivers/mysql.ts** MySQL adapter based on base.ts - [...

enhancement

Posgres database should be supported. But wait until Deno's dynamic feature is complete.

Defining character sets should be supported

enhancement
good first issue

在模拟器上不会有任何问题(如下,左侧效果,右侧代码): ![image](https://user-images.githubusercontent.com/7514524/44132778-46f6d628-a08e-11e8-9433-ecadcc31eac1.png) 真机: ![image](https://user-images.githubusercontent.com/7514524/44132799-7669747e-a08e-11e8-8b75-f6be716f7308.png) 真机型号: 小米 Mix2 OS:MIUI 10 8.8.14 开发版

bug

```ts import { Client } from 'https://deno.land/x/[email protected]/mod.ts'; const config = { timeout: 10000, pool: 3, debug: true, hostname: '127.0.0.1', username: 'admin001', password: 'admin001' }; let client = await new Client().connect(config);...

bug
enhancement