Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Nov 4, 2023
1 parent 1409b9d commit 614f8c8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
- mysql client in zig

## Status
- Vaporware
- Not ready

## Features
- [x] Connection with no password
- [x] Ping
- [x] Query Text Protocol
- [x] Prepared Statement

## Example
- Coming soon!

## Task Pool
- [ ] `caching_sha2_password` authentication
- [ ] `caching_sha2_password` full authentication
- [ ] TLS
- [ ] Query Text Protocol Input Parameters
- [ ] Execute
- [ ] Query Binary Protocol
- [ ] Execute Result: Support Data Type
- [ ] Prepared Statement Parameters

## Unit Tests
- `zig test src/myzql.zig`
Expand Down

0 comments on commit 614f8c8

Please sign in to comment.