Skip to content

Commit

Permalink
chore: add ack
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Nov 20, 2024
1 parent 09c7769 commit cfba73d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/postgrest/server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Most people would build a small wrapper around this to make it easier to use and
- **Typescript**: Fully typesafe
- **Tiered Cache**: Multiple caches in series to fall back on
- **Stale-While-Revalidate**: Async loading of data from your origin
- **Deduping**: Prevents multiple requests for the same data from being made at the same time

## Getting Started

Expand Down
4 changes: 4 additions & 0 deletions packages/postgrest-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ And a lot [more](https://supabase-cache-helpers.vercel.app).
---

**View full documentation and examples on [supabase-cache-helpers.vercel.app](https://supabase-cache-helpers.vercel.app).**

## Acknowledgement

The hard part of this package has been extracted from `@unkey/cache`. If you are on the lookout for a generic typesafe caching solution be sure to check it out.

0 comments on commit cfba73d

Please sign in to comment.