14 lines
444 B
Markdown
14 lines
444 B
Markdown
# opium
|
|
|
|
> An opionated Haskell Postgres library.
|
|
|
|
## TO DO
|
|
|
|
- [x] Implement `String` and `Text` decoding
|
|
- [x] Implement `Int` decoding
|
|
- [x] Implement error reporting i.e. use `Either OpiumError` instead of `Maybe`
|
|
- [x] Implement `Float` and `Double` decoding
|
|
- [ ] Implement `UTCTime` and zoned time decoding
|
|
- [ ] Implement `ByteString` decoding (`bytea`)
|
|
- Can we make let the fromField instance choose whether it wants binary or text?
|