@plures/unum 0.2.2 → 0.2.3
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 +3 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
# unum
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
PluresDB is published to npm as `pluresdb` and is also available as a Deno package. It provides a modern, graph-based database with real-time synchronization capabilities, inspired by and compatible with Gun.js. Version 1.3.0 includes Node.js N-API bindings for enhanced performance.
|
|
3
|
+
Svelte bindings for [PluresDB](https://github.com/plures/pluresdb) - a graph-based database with real-time synchronization.
|
|
6
4
|
|
|
7
5
|
## Features
|
|
8
6
|
|
|
9
7
|
- **Svelte 4 & 5 Compatible**: Works with both store-based and runes-based reactivity
|
|
10
|
-
- **Type-Safe**: Full TypeScript support
|
|
11
|
-
- **Action-Based**:
|
|
8
|
+
- **Type-Safe**: Full TypeScript support
|
|
9
|
+
- **Action-Based**: Svelte actions for DOM binding
|
|
12
10
|
- **Store-Based**: Writable store implementation for reactive data
|
|
13
11
|
- **Collection Support**: Easy handling of PluresDB collections
|
|
14
|
-
- **PluresDB v1.3.0**: Supports latest PluresDB with Node.js N-API bindings and better-sqlite3 compatibility
|
|
15
12
|
|
|
16
13
|
## Installation
|
|
17
14
|
|