UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

7 lines 259 B
import { createCryptoStore } from '@towns-protocol/encryption'; export class RiverDbManager { static getCryptoDb(userId, dbName) { return createCryptoStore(dbName ?? `database-${userId}`, userId); } } //# sourceMappingURL=riverDbManager.js.map