Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 97911d8

Browse files
authored
Update README.
1 parent 7df48d0 commit 97911d8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Datomish is intended to be a flexible relational (not key-value, not document-or
1313

1414
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.
1515

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+
1618

1719
## Comparison to DataScript
1820

@@ -57,7 +59,7 @@ By participating in this project you agree to abide by its terms.
5759
See [CONTRIBUTING.md](/CONTRIBUTING.md) for further notes.
5860

5961
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
6163
contribute.
6264

6365

@@ -142,7 +144,7 @@ Now you can use `:Eval`, `cqc`, and friends to evaluate code. Fireplace should c
142144

143145
## To run tests in ClojureScript
144146

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.
146148

147149
## To run tests in Clojure
148150

@@ -156,15 +158,15 @@ lein cljsbuild once release-node
156158
npm run test
157159
```
158160

159-
## To build for Firefox
161+
## To build for a Firefox add-on
160162

161163
```
162164
lein cljsbuild once release-browser
163165
```
164166

165167
### To build and run the example Firefox add-on:
166168

167-
First build for Firefox, so that `datomish.js` exists.
169+
First build as above, so that `datomish.js` exists.
168170

169171
Then:
170172

0 commit comments

Comments
 (0)