From e67ef737e7e08206a703d7454431ef31e5e513c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Wed, 24 Apr 2024 10:17:35 -0300 Subject: [PATCH] Update TODO list on README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25ca8f2..a6bfb07 100644 --- a/README.md +++ b/README.md @@ -521,8 +521,11 @@ make test ## TODO List +- Add an `Upsert` helper method +- Try to implement an automatic prepared statements cache like pgx does. - Update `ksqltest.FillStructWith` to work with `ksql:"..,json"` tagged attributes - Improve error messages (ongoing) +- Finish the `kbuilder` package ## Optimization Opportunities