https://github.com/pgx-contrib/pgxcache
A caching layer for pgx
https://github.com/pgx-contrib/pgxcache
cache pgx postgresql
Last synced: 9 months ago
JSON representation
A caching layer for pgx
- Host: GitHub
- URL: https://github.com/pgx-contrib/pgxcache
- Owner: pgx-contrib
- License: mit
- Created: 2024-08-16T05:09:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T02:12:19.000Z (9 months ago)
- Last Synced: 2025-09-05T04:10:45.648Z (9 months ago)
- Topics: cache, pgx, postgresql
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgxcache
A caching layer for pgx. It's heavy inspired by [sqlcache](https://github.com/prashanthpai/sqlcache).
[](https://pkg.go.dev/github.com/pgx-contrib/pgxcache)
## Getting Started
You can use these [examples](https://pkg.go.dev/github.com/pgx-contrib/pgxcache#pkg-examples) to get started.
## Disclaimer
It's highly experimental and not used in production yet.
It's a work in progress and the API can change at any time.