From 41324a1035c4c6bb9cc97d22a936033f5ae4076c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 3 Jul 2022 21:30:52 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index b88fb97..b831d0f 100644 --- a/Home.md +++ b/Home.md @@ -41,8 +41,13 @@ Some special use-cases also have some special support: **Supported Drivers:** ksql is well decoupled from its backend implementation which makes -it easy to change the actual technology used, currently we already -support the following options: +it easy to change the actual technology used. + +> Note however that KSQL does not attempt to allow your code +> to work with multiple underlying databases with no changes, +> for that you still need to use the repository pattern. + +Currently we already support the following options: - Using the `database/sql` as the backend we support the following drivers: - `"postgres"`