telegraf-session-sqlite
JSON →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.
Resources
packagetelegraf-session-sqlite ↗
API endpoints
full doc /v1/registry/telegraf-session-sqlite