Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JoshuaManto/cacheQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheQL

CacheQL is an open-source library for server-side caching GraphQL queries. This specific repository used a Redis cache to test performance and fnuctionality, but can be incorporated with other caching mechanisms and databases.

CacheQL is in beta. The founding team is actively working on new features to optimize the tool. All feedback is welcome. Please post issues directly to this GitHub.

Installation

Use the package manager npm to install foobar.

npm install cacheql

Usage

const cacheQL = require('cacheql') 

// inside of resolvers
cacheql.checkify('word') # returns 'words'
cacheql.cachify('goose') # returns 'geese'
cacheql.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%