Using this with express-session #239
-
|
I have an express app that stores session data in the database. It uses Given that I don't want to use Otherwise, I see no other way than to fork So TL;DR: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is https://github.com/Minigugus/connect-postgres-simple what you are looking for? It's a basic rewrite of EDIT: |
Beta Was this translation helpful? Give feedback.
Is https://github.com/Minigugus/connect-postgres-simple what you are looking for? It's a basic rewrite of
connect-pg-simplebut usingpostgres, as you suggested. You can test it withnpm i express-session connect-postgres-simple. The public API is almost the same asconnect-pg-simple(all config properties are the same expect that thoses frompgwhere removed).EDIT:
connect-postgres-simpleis now on NPM