{"library":"random-access-storage","type":"library","category":null,"description":"Base class for implementing random-access-storage abstractions in Node.js. Current stable version is 3.0.2. Provides a common interface for storage backends with read/write/del operations, managing open/close lifecycle, flow control, and error handling. Unlike directly using fs or streaming abstractions, it enforces a consistent contract for random-access patterns and handles automatic opening, suspension, and cleanup. Useful for building custom storage drivers (file, memory, network) that comply with the Hypercore ecosystem. Maintained actively with frequent releases.","language":"javascript","status":"active","version":"3.0.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install random-access-storage","imports":["import RandomAccessStorage from 'random-access-storage'","const RandomAccessStorage = require('random-access-storage')","type RandomAccessStorage = typeof import('random-access-storage')"]},{"cmd":"yarn add random-access-storage","imports":[]},{"cmd":"pnpm add random-access-storage","imports":[]}],"homepage":"https://github.com/random-access-storage/random-access-storage","github":"https://github.com/random-access-storage/random-access-storage","docs":null,"changelog":null,"pypi":null,"npm":"random-access-storage","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}