mirror of
https://github.com/gofiber/storage.git
synced 2025-10-27 18:30:29 +08:00
Update all README files with new major versions
This commit is contained in:
@@ -37,13 +37,13 @@ go mod init github.com/<user>/<repo>
|
||||
```
|
||||
And then install the postgres implementation:
|
||||
```bash
|
||||
go get github.com/gofiber/storage/postgres/v2
|
||||
go get github.com/gofiber/storage/postgres/v3
|
||||
```
|
||||
|
||||
### Examples
|
||||
Import the storage package.
|
||||
```go
|
||||
import "github.com/gofiber/storage/postgres/v2"
|
||||
import "github.com/gofiber/storage/postgres/v3"
|
||||
```
|
||||
|
||||
You can use the following possibilities to create a storage:
|
||||
|
||||
Reference in New Issue
Block a user