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"`