Guide
Advanced
Introduction
Built-in
Official
Third-party
Examples
grammY
Telegram
Tools
Overview
Tutorials
Appearance
Source
StorageAdapter<T>
T
private PsqlAdapter(opts: AdapterConstructor);
read(key: string);
write(key: string, value: T): Promise<void>;
delete(key: string): Promise<void>;
create(opts);