Update readme

This commit is contained in:
Paul Brinkmeier 2023-09-05 17:27:56 +02:00
parent 60f7f1c091
commit 4f01b8b031

View File

@ -9,5 +9,6 @@
- [x] Implement error reporting i.e. use `Either OpiumError` instead of `Maybe` - [x] Implement error reporting i.e. use `Either OpiumError` instead of `Maybe`
- [x] Implement `Float` and `Double` decoding - [x] Implement `Float` and `Double` decoding
- [ ] Implement `UTCTime` and zoned time decoding - [ ] Implement `UTCTime` and zoned time decoding
- [ ] Implement JSON decoding
- [ ] Implement `ByteString` decoding (`bytea`) - [ ] Implement `ByteString` decoding (`bytea`)
- Can we make let the fromField instance choose whether it wants binary or text? - Can we make let the fromField instance choose whether it wants binary or text?