node-connect-pg-simple icon indicating copy to clipboard operation
node-connect-pg-simple copied to clipboard

A simple, minimal PostgreSQL session store for Express

Results 27 node-connect-pg-simple issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

Hey, Im working with sails js and i cant seem to get the sessions to work correctly. Im use a postgres DB to store data and that works fine. However...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.21.0` -> `^8.23.1`](https://renovatebot.com/diffs/npm/eslint/8.21.0/8.23.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv](https://togithub.com/motdotla/dotenv) | [`^10.0.0` -> `^16.0.2`](https://renovatebot.com/diffs/npm/dotenv/10.0.0/16.0.2) | [![age](https://badges.renovateapi.com/packages/npm/dotenv/16.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^4.17.13` -> `^4.17.14`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.13/4.17.14) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/chai](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^4.3.1` -> `^4.3.3`](https://renovatebot.com/diffs/npm/@types%2fchai/4.3.1/4.3.3) |...

I want to use my own column names, but this module uses hardcoded column names. With this modification, you should be able to pass a custom `sidColumnName`, `sessColumnName`, or `expireColumnName`....

Currenly `pg` is configured as a dependency of this project: https://github.com/voxpelli/node-connect-pg-simple/blob/fdfcda883f0f730a3ee8e56d6e2d717e442d2f7d/package.json#L16-L19 Would it not be more correct to install this as a peerDependency? With npm 7 peer dependencies are also...

Without doing this error messages stack trace is lost when it's very important to be able to debug errors. as type of errorLog is `typeof console.error` this shouldn't be a...

`express-session` is [getting new typings](https://github.com/expressjs/session/pull/656) that are incompatible with the current ones on DefinitelyTyped. I updated the typings for this module to stay compatible with these new upstream typings. Because...