Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Dec 23, 2023
1 parent 46f65e0 commit 0ed09ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
- [x] Prepared Statement
- [x] Password Authentication

### Types support

#### Prepared Statement
1. Integer Types
2. []u8

#### Binary Protocol Result
1. Integer Types
2. []u8
### Binary Column Types support
- Output Encoding
```
- Null -> ?T
- Int -> u64, u32, u16, u8
- Float -> f32, f64
- String -> []u8
```
- Input
WIP

## Examples
- Coming soon!
Expand All @@ -28,7 +29,6 @@
- [ ] Slice as param input
- [ ] Struct as param input
- [ ] Connection Pooling
- [ ] Float data types

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

0 comments on commit 0ed09ec

Please sign in to comment.