mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
Updated Home (markdown)
parent
41324a1035
commit
4c21c39ac4
5
Home.md
5
Home.md
@ -47,14 +47,13 @@ it easy to change the actual technology used.
|
|||||||
> to work with multiple underlying databases with no changes,
|
> to work with multiple underlying databases with no changes,
|
||||||
> for that you still need to use the repository pattern.
|
> for that you still need to use the repository pattern.
|
||||||
|
|
||||||
Currently we already support the following options:
|
Currently we already support the following databases:
|
||||||
|
|
||||||
- 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"`
|
|
||||||
- `"sqlite3"`
|
- `"sqlite3"`
|
||||||
- `"mysql"`
|
- `"mysql"`
|
||||||
- `"sqlserver"`
|
- `"sqlserver"`
|
||||||
- We also support `pgx` (actually `pgxpool`) as the backend which
|
- For Postgres we work on top of `pgx` (actually `pgxpool`) which
|
||||||
is a lot faster for Postgres databases.
|
is a lot faster for Postgres databases.
|
||||||
|
|
||||||
If you need a new `database/sql` driver or backend adapter included
|
If you need a new `database/sql` driver or backend adapter included
|
||||||
|
Loading…
x
Reference in New Issue
Block a user