Updated Home (markdown)

Vinícius Garcia 2022-07-03 21:30:52 -03:00
parent da5c8be124
commit 41324a1035

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