From 085c66cf1a6058be4d4b335c2dc5dd409ecc1fe7 Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 1 Jul 2024 21:40:40 +0200 Subject: [PATCH] readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 40e7bb7..5c075b6 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,7 @@ See Cake's [tests](https://github.com/inoas/gleam-cake/tree/main/test/cake_test) ## Scope -This is an SQL query building library, thus it is not concerned about: - -1. ~Executing queries.~ -2. ~Decoding return values from queries.~ +This is an SQL query building library, thus it is not concerned about executing queries or decoding return values from queries, but merely about being a flexible and powerful too to compose and craft SQL read and write queries. ### Goals