mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
Updated Home (markdown)
parent
da5c8be124
commit
41324a1035
9
Home.md
9
Home.md
@ -41,8 +41,13 @@ Some special use-cases also have some special support:
|
|||||||
**Supported Drivers:**
|
**Supported Drivers:**
|
||||||
|
|
||||||
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, currently we already
|
it easy to change the actual technology used.
|
||||||
support the following options:
|
|
||||||
|
> 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:
|
- Using the `database/sql` as the backend we support the following drivers:
|
||||||
- `"postgres"`
|
- `"postgres"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user