An open API service indexing awesome lists of open source software.

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

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