session
session copied to clipboard
Official storage adapters for Telegraf v4.12+ sessions
Closes #7
[ydb.tech](https://ydb.tech) is a free open source local or cloud serverless DB Already realised and tested. Creating issue for PR
```js // DB connection file const store = MySQL({ database: 'next-test', host: 'localhost', user: 'root', password: 'root', port: 8889, }); bot.use(session({ store, defaultSession: () => ({}) })); ``` ```js bot.command(commandsList.start.command,...
I am migrating a long polling bot to webhook using AWS Lambda. I added '@telegraf/session/mongodb' package to store sesion info in my mongodb database. After I finished setting up my...
Fixes #1 SurrealDB adapter for telegraf/session
hi! I am using surreldb. I would like to store session data here, specifying the database url, login / password, namespace and db name https://surrealdb.com/ nodejs lib here - https://surrealdb.com/docs/integration/libraries/nodejs
feature: added config pg schema chore: bump version to 2.0.0-beta.8
https://github.com/telegraf/session/pull/9