boundlessdb 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,12 @@ A **DCB-inspired** event store library for TypeScript.
|
|
|
4
4
|
|
|
5
5
|
> *BoundlessDB* — because consistency boundaries should be dynamic, not fixed.
|
|
6
6
|
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install boundlessdb
|
|
11
|
+
```
|
|
12
|
+
|
|
7
13
|
## 🎉 Try it Live!
|
|
8
14
|
|
|
9
15
|
**[Interactive Browser Demo](https://boundlessdb.dev/demo.html)** — No installation required!
|
package/package.json
CHANGED