mtcute/packages/sqlite
2024-03-17 06:49:36 +00:00
..
src chore!: started extracting platform-specific stuff into separate packages 2024-03-07 05:35:36 +03:00
test chore: initial bun support 2024-02-20 00:55:41 +03:00
package.json v0.8.0 2024-03-17 06:49:36 +00: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')
})