Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy_storages/denokv/src/deps.ts

Storage adapters for grammY sessions.
Latest
import * as grammyStorages from "https://deno.land/x/grammy_storages@v2.4.2/denokv/src/deps.ts";

Interfaces

A storage adapter is an abstraction that provides read, write, and delete access to a storage solution of any kind. Storage adapters are used to keep session middleware independent of your database provider, and they allow you to pass your own storage solution.