mtcute/packages/sqlite
2024-02-03 11:57:40 +03:00
..
src fix: tests 2024-02-03 11:57:40 +03:00
test fix: tests 2024-02-03 11:57:40 +03:00
package.json refactor!: large refactor of storage implementation 2024-01-04 00:22:26 +03:00
README.md docs: updated packages readmes 2023-11-01 14:05:45 +03:00
tsconfig.json fix: auth storage fixes 2023-11-12 07:51:30 +03:00
typedoc.cjs chore: moved most configs to .config 2023-11-13 13:28:11 +03:00

@mtcute/sqlite

📖 API Reference

SQLite backed storage for mtcute, built with better-sqlite3

Usage

import { SqliteStorage } from '@mtcute/sqlite'

const tg = new TelegramClient({
    // ...
    storage: new SqliteStorage('client.session')
})