locomotive-jugglingdb

Jugglingdb datastore adapter for Locomotive.

Usage no npm install needed!

<script type="module">
  import locomotiveJugglingdb from 'https://cdn.skypack.dev/locomotive-jugglingdb';
</script>

README

locomotive-jugglingdb

Jugglingdb datastore adapter for Locomotive.

Installation

$ npm install locomotive-jugglingdb

Usage

Configure Locomotive In config/environments/all.js, add the following within the exported configuration function:

this.datastore(require('locomotive-jugglingdb'));