From e101b49adf5c0a6972acdc4762fe695573fdf7bc Mon Sep 17 00:00:00 2001
From: lideming <me@yuuza.net>
Date: Fri, 19 Feb 2021 06:38:33 +0800
Subject: [PATCH] Update readme

Remove TODO since they are all completed :)
---
 README.md | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/README.md b/README.md
index ca682c7..076d1df 100644
--- a/README.md
+++ b/README.md
@@ -5,28 +5,13 @@
 ![GitHub release](https://img.shields.io/github/release/manyuanrong/deno_mysql.svg)
 ![(Deno)](https://img.shields.io/badge/deno-1.0.0-green.svg)
 
-MySQL and MariaDB (5.5 and 10.0+) database driver for Deno.
+MySQL and MariaDB database driver for Deno.
 
 On this basis, there is also an ORM library:
 [Deno Simple Orm](https://github.com/manyuanrong/dso)
 
 欢迎国内的小伙伴加我专门建的 Deno QQ 交流群:698469316
 
-## TODO
-
-- [x] Connecting to database
-  - [x] Retrying
-  - [x] Timeout
-- [x] Basic login authentication
-- [x] Simple queries (no arguments)
-- [x] Parsing data types
-- [x] Queries with parameters
-- [x] Close connection
-- [x] Connection pool
-- [x] Transaction
-- [x] Test case
-- [ ] Support caching_sha2_password auth plugin (mysql8 default)
-
 ## API
 
 ### connect