loopback-datasource-juggler/lib/connectors
Miroslav Bajtoš f15b4e2c86 Implement KeyValue API and memory connector
Models attached to a KeyValue connector get the following *static*
methods:

    Color.set(key, value);
    Color.set(key, value, ttl);
    Color.set(key, value, { ttl: ttl });

    Color.get(key);

    Color.expire(key, ttl);
2016-08-08 10:15:34 +02:00
..
kv-memory.js Implement KeyValue API and memory connector 2016-08-08 10:15:34 +02:00
memory.js Support for globalization 2016-07-28 15:20:18 -04:00
transient.js Support for globalization 2016-07-28 15:20:18 -04:00