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
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Datomish is intended to be a flexible relational (not key-value, not document-or
13
13
14
14
Our short-term goal is to build a system that, as the basis for a User Agent Service, can support multiple [Tofino](https://github.com/mozilla/tofino) UX experiments without having a storage engineer do significant data migration, schema work, or revving of special-purpose endpoints.
15
15
16
+
By abstracting away the storage schema, and by exposing change listeners outside the database (not via triggers), we hope to allow both the data store itself and embedding applications to use better architectures, meeting performance goals in a way that allows future evolution.
17
+
16
18
17
19
## Comparison to DataScript
18
20
@@ -57,7 +59,7 @@ By participating in this project you agree to abide by its terms.
57
59
See [CONTRIBUTING.md](/CONTRIBUTING.md) for further notes.
58
60
59
61
This project is very new, so we'll probably revise these guidelines. Please
60
-
comment on a bug before putting significant effort in if you'd like to
62
+
comment on an issue before putting significant effort in if you'd like to
61
63
contribute.
62
64
63
65
@@ -142,7 +144,7 @@ Now you can use `:Eval`, `cqc`, and friends to evaluate code. Fireplace should c
142
144
143
145
## To run tests in ClojureScript
144
146
145
-
Run `lein doo node test once`, or `lein doo node` to re-run on file changes.
147
+
Run `lein doo node test once`, or `lein doo node test auto` to re-run on file changes.
146
148
147
149
## To run tests in Clojure
148
150
@@ -156,15 +158,15 @@ lein cljsbuild once release-node
156
158
npm run test
157
159
```
158
160
159
-
## To build for Firefox
161
+
## To build for a Firefox add-on
160
162
161
163
```
162
164
lein cljsbuild once release-browser
163
165
```
164
166
165
167
### To build and run the example Firefox add-on:
166
168
167
-
First build for Firefox, so that `datomish.js` exists.
169
+
First build as above, so that `datomish.js` exists.
0 commit comments