Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Remove TODO since they are all completed :)
  • Loading branch information
lideming committed Feb 18, 2021
1 parent 8c62630 commit e101b49
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e101b49

Please sign in to comment.