Skip to content

Commit a271fa0

Browse files
authored
Update README.md
1 parent a26bd52 commit a271fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![codecov](https://codecov.io/gh/prashanthpai/sqlcache/branch/master/graph/badge.svg)](https://codecov.io/gh/prashanthpai/sqlcache)
77
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
88

9-
sqlcache is an **experimental** caching middleware for `database/sql`
9+
sqlcache is a caching middleware for `database/sql`
1010
that enables existing Go programs to add caching in a declarative way.
1111
It leverages APIs provided by the handy [sqlmw](https://github.com/ngrok/sqlmw)
1212
project and is inspired from [slonik-interceptor-query-cache](https://github.com/gajus/slonik-interceptor-query-cache).

0 commit comments

Comments
 (0)