An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pgxcache

A caching layer for pgx. It's heavy inspired by [sqlcache](https://github.com/prashanthpai/sqlcache).

[![Go Reference](https://pkg.go.dev/badge/github.com/pgx-contrib/pgxcache.svg)](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.