proxy.golang.org : github.com/hellodword/sqlcache
Package sqlcache provides an experimental caching middleware for database/sql users. This liberates your Go program from maintaining imperative code that implements the cache-aside pattern. Your program will perceive the database client/driver as a read-through cache. Usage: Caching is controlled using cache attributes which are SQL comments starting with `@cache-` prefix. Only queries with cache attributes are cached. Example query:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/hellodword/sqlcache
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/hellodword
Last synced: 26 days ago