amule-myro

0.0.2 • Public • Published

MySQL read-only layer for AlexandraJS aMule

Build Status Coverage Status Code Climate

Installation

$ npm i amule-myro --save

Usage

const AMule = require('amule');
const Aim = require('amule-aim');
const Rush = require('amule-rush');
const Myro = require('amule-myro');
const mule = new AMule();
 
// Add some compatible caches
mule.use(new Aim());
mule.use(new Rush());
mule.use(new Myro());
 
// Use it as single cache

API docs

MySQL read-only layer API

Package Sidebar

Install

npm i amule-myro

Weekly Downloads

7

Version

0.0.2

License

ISC

Unpacked Size

6.65 kB

Total Files

5

Last publish

Collaborators

  • ponury