Update README TODO section

add-transactionCtx-method adapters/kmysql/v1.4.8
Vinícius Garcia 2022-07-25 23:53:30 -03:00
parent 752e6bb0a1
commit bb14677c4c
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,6 @@ is configured to kill the containers after 20 seconds.
## TODO List
- Add tests for tables using composite keys (ongoing)
- Add support for serializing structs as other formats such as YAML
- Update `ksqltest.FillStructWith` to work with `ksql:"..,json"` tagged attributes
- Create a way for users to submit user defined dialects
@ -443,3 +442,4 @@ is configured to kill the containers after 20 seconds.
so that we don't need to get it more than once in the same call.
- Use a cache to store often used queries (like pgx)
- Preload the insert method for all dialects inside `ksql.NewTable()`
- Use prepared statements for the helper functions, `Update`, `Insert` and `Delete`.