UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

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