12 lines
313 B
Markdown
12 lines
313 B
Markdown
# opium
|
|
|
|
> An opionated Haskell Postgres library.
|
|
|
|
## TO DO
|
|
|
|
- [x] Implement `String` and `Text` decoding
|
|
- [x] Implement `Int` decoding
|
|
- [ ] Implement error reporting i.e. use `Either OpiumError` instead of `Maybe`
|
|
- [ ] Implement `Float` and `Double` decoding
|
|
- [ ] Implement `UTCTime` and zoned time decoding
|