storage icon indicating copy to clipboard operation
storage copied to clipboard

πŸ“¦ Premade storage drivers for πŸš€ Fiber

Results 26 storage issues
Sort by recently updated
recently updated
newest added

Support for passing an existing db connection was requested in this thread: https://github.com/gofiber/storage/issues/147 This pull request implements support for this feature in the MySQL storage driver, allowing the developer to...

✏️ Feature

Characters such as `#` and `%` in my password cause issues. `url.QueryEscape`-ing my password solves this issue. I don't find this expected behavior because I am not providing a `ConnectionURI`....

### Feature Description I'd like to use [Clickhouse](https://clickhouse.com/) as storage layer and having control over the [table engine](https://clickhouse.com/docs/en/engines/table-engines) being used so I could store into different places effortless. ### Additional...

πŸ‘ Accepting PR
✏️ Feature

### Question Description Hello! I was just wondering if the release process is automated for particular packages, or if there's somewhere I can watch? I noticed SQLite3 hasn't had a...

πŸ€” Question

Bumps [github.com/cockroachdb/pebble](https://github.com/cockroachdb/pebble) from 1.0.0 to 1.1.0. Release notes Sourced from github.com/cockroachdb/pebble's releases. v1.1.0 This is the version of Pebble that is used in CockroachDB v23.2.0. It is considered stable and...

πŸ€– Dependencies
❗ BreakingChange

### Feature Description In the project I developed, there are multiple users, and we store users on the Redis side based on prefixes. And sometimes we need to delete the...

β™» Wait for Response
✏️ Feature

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.66 to 7.0.69. Release notes Sourced from github.com/minio/minio-go/v7's releases. Bugfix Release What's Changed deprecate go1.17 support and move to go1.21 by @​harshavardhana in minio/minio-go#1933 creds: Add Expiration...

πŸ€– Dependencies

### Question Description Hi guys, I may be wrong, please help me to understand ! In the docs there are example code of how we can setup a mysql connection...

πŸ€” Question

Hey guys, this is the continuum of #852 which I accidentally closed and messed up so I opened this. Thanks for the reviews.

β™» Wait for Response
✏️ Feature

### Question Description For example my app already opens a connection with redis and I'd like to reuse the same connection, since it's simple to create a health check endpoint...

πŸ€” Question
πŸ‘ Accepting PR
✏️ Feature