UNPKG

@river-build/sdk

Version:

For more details, visit the following resources:

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