You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kiko Beats 46b9b67d1a
ci: add merge-reports script
3 years ago
..
src docs: tweaks 3 years ago
test docs: tweaks 3 years ago
CHANGELOG.md chore(release): v1.0.2 3 years ago
README.md docs: tweaks 3 years ago
package.json ci: add merge-reports script 3 years ago

README.md

@keyv/postgres keyv

PostgreSQL storage adapter for Keyv.

Requires Postgres 9.5 or newer for ON CONFLICT support to allow performant upserts. Why?

Install

npm install --save keyv @keyv/postgres

Usage

const Keyv = require('keyv')

const keyv = new Keyv('postgresql://user:pass@localhost:5432/dbname')
keyv.on('error', handleConnectionError)

You can specify the table option.

e.g:

const keyv = new Keyv('postgresql://user:pass@localhost:5432/dbname', { table: 'cache' })

License

@keyvhq/postgres © Microlink, Released under the MIT License.
Authored and maintained by Microlink with help from contributors.

microlink.io · GitHub @MicrolinkHQ · Twitter @microlinkhq