https://github.com/heapwolf/peerlinks-storage
Abstract Storage for Peerlinks
https://github.com/heapwolf/peerlinks-storage
Last synced: about 2 months ago
JSON representation
Abstract Storage for Peerlinks
- Host: GitHub
- URL: https://github.com/heapwolf/peerlinks-storage
- Owner: heapwolf
- Created: 2020-04-20T20:00:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:16:25.000Z (over 2 years ago)
- Last Synced: 2025-02-02T17:56:34.020Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
This takes the tests from the original storage implementation ([here][0]) and
takes the in-memory implementation from [`here`][1] to create a set of tests
that any implementation should satisfy.[0]:https://github.com/peerlinks/peerlinks-sqlite-storage/tree/master/test
[1]:https://github.com/peerlinks/peerlinks/blob/master/lib/storage/memory.js