mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
docs: fix example in README.md
This commit is contained in:
@@ -53,7 +53,7 @@ store := postgres.New()
|
||||
|
||||
// Initialize custom config
|
||||
store := postgres.New(postgres.Config{
|
||||
Db: dbPool,
|
||||
DB: dbPool,
|
||||
Table: "fiber_storage",
|
||||
Reset: false,
|
||||
GCInterval: 10 * time.Second,
|
||||
|
Reference in New Issue
Block a user