mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 15:47:18 +01:00
@trezor/suite-storage
This package contains an abstract database definition for Suite. Both @trezor/suite-desktop and @trezor/suite-web use IndexedDB for storage. IndexedDB is accessed via idb package.
The package is split into ./src/native for suite-native and ./src/web for suite-desktop plus suite-web. There is no logic in ./src/native/index.ts, this file is a placeholder for future implementation of storage in suite-native.