Updated Home (markdown)

Vinícius Garcia 2022-07-03 21:32:27 -03:00
parent 41324a1035
commit 4c21c39ac4

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