From 4c21c39ac432d5dbca3dbb353429fde7a3154991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 3 Jul 2022 21:32:27 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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