{"library":"telegraf-session-sqlite","type":"library","category":null,"description":"SQLite session middleware for the Telegraf Telegram bot framework, version 1.0.6. Maintains session data persistently using SQLite3 database. Requires an existing sqlite3 instance and a table with a specific schema. Suitable for production bots that need state persistence across restarts with minimal dependencies. Compared to in-memory stores, this provides durability, but lacks built-in expiry or cleanup mechanisms.","language":"javascript","status":"active","version":"1.0.6","tags":["javascript","telegram-bot","telegram","telegraf-framework","middleware","session","sqlite3"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install telegraf-session-sqlite","imports":["const session = require('telegraf-session-sqlite');","const Telegraf = require('telegraf');","const sqlite3 = require('sqlite3').verbose();"]},{"cmd":"yarn add telegraf-session-sqlite","imports":[]},{"cmd":"pnpm add telegraf-session-sqlite","imports":[]}],"homepage":"https://github.com/podvarkov/telegraf-session-sqlite","github":"https://github.com/podvarkov/telegraf-session-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"telegraf-session-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}