mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
Updated Home (markdown)
parent
016ca33108
commit
aec7f72921
8
Home.md
8
Home.md
@ -43,10 +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 different backend drivers for different databases
|
> Note: different backend drivers (e.g. one for Postgres, another for Mysql),
|
||||||
> will expect slightly different SQL dialects and also support different features.
|
> might expect different SQL dialects and/or support different input types.
|
||||||
> KSQL does not try to normalize this behavior, we just
|
> KSQL only forwards the query, params and scan values to these drivers, and
|
||||||
> forward the query and params to the backend driver.
|
> makes no attempt at hiding these differences.
|
||||||
|
|
||||||
Currently, we already support the following databases:
|
Currently, we already support the following databases:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user