Add some todos

This commit is contained in:
Paul Brinkmeier 2024-06-10 21:10:08 +02:00
parent fea11b5f24
commit b371cdf725

View File

@ -80,3 +80,6 @@ getScoreByAge conn = do
- [ ] Lexer for PostgreSQL that replaces $name by $1, $2, etc. - [ ] Lexer for PostgreSQL that replaces $name by $1, $2, etc.
- [ ] Tutorial - [ ] Tutorial
- [ ] Rationale - [ ] Rationale
- [ ] `FromRow`
- [ ] Custom `FromField` impls
- [ ] Improve type errors when trying to `instance` a type that isn't a record (e.g. sum type)