0.17.0 • Published 7 years ago

datascript-mori v0.17.0

Weekly downloads
41
License
-
Repository
github
Last release
7 years ago

datascript-mori

Wrapper for datascript interplay mori

Overview

Datascript is briliant library. Mori is very excelent too. But for CloureScript. In Javascript World these are two separate projects, each of which uses a large part ClojureScript Runtime. This package join their codebase, and also open access for all Datascript API.

Setup

DataScript-Mori can be used from any JS engine without additional dependencies:

<script src="datascript-mori.js"></script>

or as a CommonJS module (npm page):

npm install datascript-mori
var ds = require('datascript-mori');

or as a RequireJS module:

require(['datascript-mori'], function(ds) { ... });

License

Copyright © 2016 typeetfunc

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

0.17.0

7 years ago

0.16.1

8 years ago

0.16.0

8 years ago

0.15.8

8 years ago

0.15.7

8 years ago

0.15.6

8 years ago

0.15.5

8 years ago

0.15.4

8 years ago

0.15.3

8 years ago

0.15.2

8 years ago

0.15.1

8 years ago

0.15.0

8 years ago