Skip to content

Commit

Permalink
docs(readme): update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 18, 2021
1 parent 54f6539 commit d916aec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ func main() {
- [ ] Array(T)
- [ ] FixedString(N)
- [ ] Map(K, V)
- [ ] [Decimal(P, S)](https://clickhouse.com/docs/en/sql-reference/data-types/decimal/)
- [ ] Nullable(T)
- [ ] Tuple?
- [ ] Code generation from DDL
- [ ] Parser
- [ ] Code generator for SELECT/INSERT
Expand Down

0 comments on commit d916aec

Please sign in to comment.