Update TODO list

pull/2/head
Vinícius Garcia 2021-05-15 10:53:12 -03:00
parent cb84b02e2e
commit d275555df5
1 changed files with 4 additions and 0 deletions

View File

@ -307,9 +307,13 @@ make test
- Add tests for tables using composite keys - Add tests for tables using composite keys
- Add support for serializing structs as other formats such as YAML - Add support for serializing structs as other formats such as YAML
- Update structs.FillStructWith to work with `json` tagged attributes - Update structs.FillStructWith to work with `json` tagged attributes
- Make testing easier by exposing the connection strings in an .env file
- Make testing easier by automatically creating the ksql database
- Create a way for users to submit user defined dialects
### Optimization Oportunities ### Optimization Oportunities
- Test if using a pointer on the field info is faster or not - Test if using a pointer on the field info is faster or not
- Consider passing the cached structInfo as argument for all the functions that use it, - Consider passing the cached structInfo as argument for all the functions that use it,
so that we don't need to get it more than once in the same call. so that we don't need to get it more than once in the same call.
- Use a cache to store all queries after they are built