Updated Home (markdown)

Vinícius Garcia 2023-07-15 21:31:29 -03:00
parent 918ebf8c18
commit 016ca33108

@ -43,9 +43,10 @@ Some special use-cases also have some special support:
KSQL is well decoupled from its backend implementation which makes KSQL is well decoupled from its backend implementation which makes
it easy to change the actual technology used. it easy to change the actual technology used.
> Note however that KSQL does not attempt to allow your code > Note however that different backend drivers for different databases
> to work with multiple underlying databases with no changes > will expect slightly different SQL dialects and also support different features.
> on your SQL queries, you still need to use the repository pattern. > KSQL does not try to normalize this behavior, we just
> forward the query and params to the backend driver.
Currently, we already support the following databases: Currently, we already support the following databases: