
Security News
AI Has Taken Over Open Source
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain
koa-sqlite3-session
Advanced tools
koa-sqlite3-session works with koa-generic-session (a generic session middleware for koa).
const SQLite3Store = require('koa-sqlite3-session');
app.use(session({
store: new SQLite3Store('filename.db', {
// Options specified here
})
}));
see example
verbose: Enables node-sqlite3's verbose modettl: Default cookie expire time, in millisecondsinterval: Interval for flushing expired sessionsInitialize the SQLite3 connection with the given path and optionally provided options (see above). filename param can be :memory: to use in-memory database. The variable session below references this. Should always use as a constructor.
Promise that gets a session by id. Returns parsed JSON if exists, otherwise null.
Promise that sets a JSON session by id.
Promise that ends a session by id.
Promise that closes database connection.
Promise that removes all expired session data.
(The MIT License)
Copyright (c) 2016 CodeColorist and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
sqlite3 adaption for koa-generic-session
We found that koa-sqlite3-session demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain

Security News
npm invalidated all granular access tokens that bypass 2FA after a fresh Mini Shai-Hulud wave compromised 323 npm packages. Staged publishing also entered public preview.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.