From bb14677c4ce5f924190df339014342e116a6c3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Mon, 25 Jul 2022 23:53:30 -0300 Subject: [PATCH] Update README TODO section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb6650..c99ebe1 100644 --- a/README.md +++ b/README.md @@ -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`.