better-sqlite3-session-store icon indicating copy to clipboard operation
better-sqlite3-session-store copied to clipboard

A better-sqlite3 session store for express-session.

Results 4 better-sqlite3-session-store issues
Sort by recently updated
recently updated
newest added

If not unref'ed the event loop would always keep a single item in the loop and not exit

The current code was setting the `expire` value always one day into the future even if the `cookie.expires` prop was set. No worries, tests will follow 😅

https://github.com/TimDaub/better-sqlite3-session-store/blob/e47eebd047823eedadea000e2ccedcc13ebcef62/src/index.js#L211

bug
good first issue