You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ var helpers = datascript_mori.helpers;
63
63
-`datascript_mori.datascript.core` - is a [CLJS DataScript API](https://github.com/tonsky/datascript/wiki/API-overview). All functions accept CLJS data structures and return back CLJS data structures(i.e mori values). All names of these functions converts("munging") with symbols allowed in JS for function name. [See mapping list](https://github.com/typeetfunc/datascript-mori/wiki/Mapping-names-of-functions).
64
64
-`datascript_mori.datascript.js` - is a [JS DataScript API](https://github.com/tonsky/datascript/wiki/Javascript-API)
65
65
-`mori` - is a [mori object](http://swannodette.github.io/mori/)
66
-
-`helpers` - is a helpers [functions](https://github.com/typeetfunc/datascript-mori/blob/master/src/datascript_mori/core.cljs#L8-L47) for convert JS data structures to CLJS data structures and CLJS data structures to JS data structures
66
+
-`helpers` - is a helpers [functions](https://github.com/typeetfunc/datascript-mori/blob/master/src/datascript_mori/core.cljs#L8-L47) for convert JS data structures to CLJS data structures and CLJS data structures to JS data structures. Also `helpers` contains functions for parsing Datalog queries - [parse_query](https://github.com/tonsky/datascript/blob/master/src/datascript/parser.cljc#L732) and [parse_pull](https://github.com/tonsky/datascript/blob/master/src/datascript/pull_parser.cljc#L217).
67
67
68
68
## Examples
69
69
@@ -72,5 +72,4 @@ var helpers = datascript_mori.helpers;
72
72
73
73
## Roadmap
74
74
75
-
- Open access to [parse-query](https://github.com/tonsky/datascript/blob/master/src/datascript/parser.cljc#L732) and [parse-pull](https://github.com/tonsky/datascript/blob/master/src/datascript/pull_parser.cljc#L217) API
76
75
- Investigate [Posh](https://github.com/mpdairy/posh) and include to `datascript-mori` support `tx-pattern`
0 commit comments