diff --git a/Home.md b/Home.md index b831d0f..80be19a 100644 --- a/Home.md +++ b/Home.md @@ -47,14 +47,13 @@ it easy to change the actual technology used. > 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: +Currently we already support the following databases: - Using the `database/sql` as the backend we support the following drivers: - - `"postgres"` - `"sqlite3"` - `"mysql"` - `"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. If you need a new `database/sql` driver or backend adapter included