From 6379a28966ceb0ab2cd3f74c6b9800c1fc099b4c Mon Sep 17 00:00:00 2001 From: Bart Date: Sun, 12 May 2024 18:17:45 +0000 Subject: [PATCH] docs(drivers/postgres): Update README --- drivers/postgres/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/postgres/README.md b/drivers/postgres/README.md index 2d8a888..1332af6 100644 --- a/drivers/postgres/README.md +++ b/drivers/postgres/README.md @@ -4,8 +4,7 @@ The PostgreSQL driver provides multitenancy support for PostgreSQL databases using the `gorm` ORM. -> [!NOTE] -> The driver is a thin wrapper around the [gorm.io/driver/postgres](https://pkg.go.dev/gorm.io/driver/postgres) driver, enhancing it with multitenancy support while preserving all the functionalities of the original driver. +> The package is a thin wrapper around the [gorm.io/driver/postgres](https://pkg.go.dev/gorm.io/driver/postgres) driver, enhancing it with multitenancy support. ## Conventions