@signaldb/core 2.0.0-beta.6 → 2.0.0-beta.7
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/dist/.vite/manifest.json +118 -84
- package/dist/AsyncDataAdapter.d.ts +1 -1
- package/dist/index.cjs.js +33 -34
- package/dist/index.mjs +17 -35
- package/dist/index10.cjs.js +23 -0
- package/dist/index10.mjs +21 -17
- package/dist/index11.cjs.js +45 -0
- package/dist/index11.mjs +44 -15
- package/dist/index12.cjs.js +22 -0
- package/dist/index12.mjs +21 -47
- package/dist/index13.cjs.js +45 -0
- package/dist/index13.mjs +44 -365
- package/dist/index14.cjs.js +86 -0
- package/dist/index14.mjs +85 -416
- package/dist/index15.cjs.js +15 -0
- package/dist/index15.mjs +14 -206
- package/dist/index16.cjs.js +136 -0
- package/dist/index16.mjs +135 -388
- package/dist/index17.cjs.js +47 -0
- package/dist/index17.mjs +45 -578
- package/dist/index18.cjs.js +15 -0
- package/dist/index18.mjs +14 -157
- package/dist/index19.cjs.js +23 -0
- package/dist/index19.mjs +22 -26
- package/dist/index2.cjs.js +33 -0
- package/dist/index2.mjs +32 -258
- package/dist/index20.cjs.js +37 -0
- package/dist/index20.mjs +36 -41
- package/dist/index21.cjs.js +35 -0
- package/dist/index21.mjs +34 -16
- package/dist/index22.cjs.js +25 -0
- package/dist/index22.mjs +24 -104
- package/dist/index23.cjs.js +19 -0
- package/dist/index23.mjs +18 -128
- package/dist/index24.cjs.js +342 -0
- package/dist/index24.mjs +340 -6
- package/dist/index25.cjs.js +519 -0
- package/dist/index25.mjs +518 -27
- package/dist/index26.cjs.js +11 -0
- package/dist/index26.mjs +10 -10
- package/dist/index27.cjs.js +11 -0
- package/dist/index27.mjs +10 -29
- package/dist/index28.cjs.js +90 -0
- package/dist/index28.mjs +88 -46
- package/dist/index29.cjs.js +370 -0
- package/dist/index29.mjs +369 -8
- package/dist/index3.cjs.js +19 -0
- package/dist/index3.mjs +18 -539
- package/dist/index30.cjs.js +72 -0
- package/dist/index30.mjs +71 -9
- package/dist/index31.cjs.js +191 -0
- package/dist/index31.mjs +190 -7
- package/dist/index32.cjs.js +21 -0
- package/dist/index32.mjs +20 -42
- package/dist/index33.cjs.js +336 -0
- package/dist/index33.mjs +335 -29
- package/dist/index34.cjs.js +539 -0
- package/dist/index34.mjs +537 -4
- package/dist/index4.cjs.js +150 -0
- package/dist/index4.mjs +149 -5
- package/dist/index5.cjs.js +254 -0
- package/dist/index5.mjs +252 -4
- package/dist/index6.cjs.js +125 -0
- package/dist/index6.mjs +124 -29
- package/dist/index7.cjs.js +33 -0
- package/dist/index7.mjs +32 -12
- package/dist/index8.cjs.js +12 -0
- package/dist/index8.mjs +10 -4
- package/dist/index9.cjs.js +11 -0
- package/dist/index9.mjs +10 -133
- package/package.json +1 -1
- package/dist/index.cjs10.js +0 -18
- package/dist/index.cjs11.js +0 -15
- package/dist/index.cjs12.js +0 -48
- package/dist/index.cjs13.js +0 -365
- package/dist/index.cjs14.js +0 -416
- package/dist/index.cjs15.js +0 -206
- package/dist/index.cjs16.js +0 -388
- package/dist/index.cjs17.js +0 -579
- package/dist/index.cjs18.js +0 -157
- package/dist/index.cjs19.js +0 -26
- package/dist/index.cjs2.js +0 -259
- package/dist/index.cjs20.js +0 -42
- package/dist/index.cjs21.js +0 -16
- package/dist/index.cjs22.js +0 -104
- package/dist/index.cjs23.js +0 -129
- package/dist/index.cjs24.js +0 -7
- package/dist/index.cjs25.js +0 -27
- package/dist/index.cjs26.js +0 -10
- package/dist/index.cjs27.js +0 -29
- package/dist/index.cjs28.js +0 -46
- package/dist/index.cjs29.js +0 -8
- package/dist/index.cjs3.js +0 -540
- package/dist/index.cjs30.js +0 -9
- package/dist/index.cjs31.js +0 -7
- package/dist/index.cjs32.js +0 -42
- package/dist/index.cjs33.js +0 -29
- package/dist/index.cjs34.js +0 -5
- package/dist/index.cjs4.js +0 -5
- package/dist/index.cjs5.js +0 -5
- package/dist/index.cjs6.js +0 -29
- package/dist/index.cjs7.js +0 -12
- package/dist/index.cjs8.js +0 -5
- package/dist/index.cjs9.js +0 -133
package/dist/index29.mjs
CHANGED
|
@@ -1,9 +1,370 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import isEqual from "./index2.mjs";
|
|
2
|
+
import getMatchingKeys from "./index13.mjs";
|
|
3
|
+
import getIndexInfo from "./index16.mjs";
|
|
4
|
+
import deepClone from "./index17.mjs";
|
|
5
|
+
import match from "./index18.mjs";
|
|
6
|
+
import modify from "./index19.mjs";
|
|
7
|
+
import project from "./index21.mjs";
|
|
8
|
+
import queryId from "./index22.mjs";
|
|
9
|
+
import sortItems from "./index23.mjs";
|
|
10
|
+
//#region src/AsyncDataAdapter.ts
|
|
11
|
+
/**
|
|
12
|
+
* AsyncDataAdapter
|
|
13
|
+
* Combines WorkerDataAdapter + WorkerDataAdapterHost into a single, transport-free adapter.
|
|
14
|
+
* - Keeps the DataAdapter/CollectionBackend surface identical to the Worker version.
|
|
15
|
+
* - Executes queries and mutations directly against the provided StorageAdapter.
|
|
16
|
+
* - Preserves index-aware query optimization and push-style query updates to listeners.
|
|
17
|
+
*/
|
|
18
|
+
var AsyncDataAdapter = class {
|
|
19
|
+
options;
|
|
20
|
+
id;
|
|
21
|
+
onError;
|
|
22
|
+
storageAdapters = /* @__PURE__ */ new Map();
|
|
23
|
+
storageAdapterReady = /* @__PURE__ */ new Map();
|
|
24
|
+
collectionIndices = /* @__PURE__ */ new Map();
|
|
25
|
+
queries = /* @__PURE__ */ new Map();
|
|
26
|
+
constructor(options) {
|
|
27
|
+
this.options = options;
|
|
28
|
+
this.id = options.id || "async-data-adapter";
|
|
29
|
+
this.onError = options.onError ?? ((error) => {
|
|
30
|
+
console.error(error);
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
createCollectionBackend(collection, indices) {
|
|
34
|
+
this.collectionIndices.set(collection.name, indices);
|
|
35
|
+
this.queries.set(collection.name, /* @__PURE__ */ new Map());
|
|
36
|
+
this.ensureStorageAdapter(collection.name);
|
|
37
|
+
const ready = (async () => {
|
|
38
|
+
try {
|
|
39
|
+
await this.setupStorage(collection.name, indices);
|
|
40
|
+
} catch (error) {
|
|
41
|
+
this.onError(error);
|
|
42
|
+
throw error;
|
|
43
|
+
}
|
|
44
|
+
})();
|
|
45
|
+
this.storageAdapterReady.set(collection.name, ready);
|
|
46
|
+
const registerQuery = (selector, options) => {
|
|
47
|
+
const qid = queryId(selector, options);
|
|
48
|
+
const registry = this.queries.get(collection.name);
|
|
49
|
+
if (!registry) throw new Error(`Collection ${collection.name} not initialized!`);
|
|
50
|
+
registry.set(qid, {
|
|
51
|
+
selector,
|
|
52
|
+
options,
|
|
53
|
+
items: [],
|
|
54
|
+
listeners: /* @__PURE__ */ new Set(),
|
|
55
|
+
...registry.get(qid),
|
|
56
|
+
state: "active",
|
|
57
|
+
error: null
|
|
58
|
+
});
|
|
59
|
+
this.fulfillQuery(collection.name, selector, options).catch(this.onError);
|
|
60
|
+
};
|
|
61
|
+
const unregisterQuery = (selector, options) => {
|
|
62
|
+
const qid = queryId(selector, options);
|
|
63
|
+
this.queries.get(collection.name)?.delete(qid);
|
|
64
|
+
};
|
|
65
|
+
const getQueryState = (selector, options) => {
|
|
66
|
+
return (this.queries.get(collection.name)?.get(queryId(selector, options)))?.state ?? "active";
|
|
67
|
+
};
|
|
68
|
+
const getQueryError = (selector, options) => {
|
|
69
|
+
return (this.queries.get(collection.name)?.get(queryId(selector, options)))?.error ?? null;
|
|
70
|
+
};
|
|
71
|
+
const getQueryResult = (selector, options) => {
|
|
72
|
+
return (this.queries.get(collection.name)?.get(queryId(selector, options)))?.items ?? [];
|
|
73
|
+
};
|
|
74
|
+
const onQueryStateChange = (selector, options, callback) => {
|
|
75
|
+
const qid = queryId(selector, options);
|
|
76
|
+
const registry = this.queries.get(collection.name);
|
|
77
|
+
if (!registry) throw new Error(`Collection ${collection.name} not initialized!`);
|
|
78
|
+
if (!registry.has(qid)) registry.set(qid, {
|
|
79
|
+
selector,
|
|
80
|
+
options,
|
|
81
|
+
state: "active",
|
|
82
|
+
error: null,
|
|
83
|
+
items: [],
|
|
84
|
+
listeners: /* @__PURE__ */ new Set()
|
|
85
|
+
});
|
|
86
|
+
registry.get(qid)?.listeners.add(callback);
|
|
87
|
+
return () => registry.get(qid)?.listeners.delete(callback);
|
|
88
|
+
};
|
|
89
|
+
return {
|
|
90
|
+
insert: async (item) => {
|
|
91
|
+
await ready;
|
|
92
|
+
return await this.insert(collection.name, item);
|
|
93
|
+
},
|
|
94
|
+
updateOne: async (selector, modifier) => {
|
|
95
|
+
await ready;
|
|
96
|
+
return this.updateOne(collection.name, selector, modifier);
|
|
97
|
+
},
|
|
98
|
+
updateMany: async (selector, modifier) => {
|
|
99
|
+
await ready;
|
|
100
|
+
return this.updateMany(collection.name, selector, modifier);
|
|
101
|
+
},
|
|
102
|
+
replaceOne: async (selector, replacement) => {
|
|
103
|
+
await ready;
|
|
104
|
+
return this.replaceOne(collection.name, selector, replacement);
|
|
105
|
+
},
|
|
106
|
+
removeOne: async (selector) => {
|
|
107
|
+
await ready;
|
|
108
|
+
return this.removeOne(collection.name, selector);
|
|
109
|
+
},
|
|
110
|
+
removeMany: async (selector) => {
|
|
111
|
+
await ready;
|
|
112
|
+
return this.removeMany(collection.name, selector);
|
|
113
|
+
},
|
|
114
|
+
registerQuery,
|
|
115
|
+
unregisterQuery,
|
|
116
|
+
getQueryState,
|
|
117
|
+
getQueryError,
|
|
118
|
+
getQueryResult,
|
|
119
|
+
onQueryStateChange,
|
|
120
|
+
executeQuery: async (selector, options) => {
|
|
121
|
+
await ready;
|
|
122
|
+
return this.executeQuery(collection.name, selector, options);
|
|
123
|
+
},
|
|
124
|
+
dispose: async () => {
|
|
125
|
+
this.storageAdapters.delete(collection.name);
|
|
126
|
+
this.queries.delete(collection.name);
|
|
127
|
+
this.collectionIndices.delete(collection.name);
|
|
128
|
+
this.storageAdapterReady.delete(collection.name);
|
|
129
|
+
},
|
|
130
|
+
isReady: async () => {
|
|
131
|
+
await ready;
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
async setupStorage(collectionName, indices) {
|
|
136
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
137
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
138
|
+
await storage.setup();
|
|
139
|
+
await Promise.all(indices.map((index) => storage.createIndex(index)));
|
|
140
|
+
}
|
|
141
|
+
ensureStorageAdapter(name) {
|
|
142
|
+
if (this.storageAdapters.has(name)) return;
|
|
143
|
+
const adapter = this.options.storage(name);
|
|
144
|
+
if (!adapter) return;
|
|
145
|
+
this.storageAdapters.set(name, adapter);
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Compute and publish the result for a specific query
|
|
149
|
+
* @param collectionName - name of the collection
|
|
150
|
+
* @param selector - query selector
|
|
151
|
+
* @param options - query options
|
|
152
|
+
*/
|
|
153
|
+
async fulfillQuery(collectionName, selector, options) {
|
|
154
|
+
const qid = queryId(selector, options);
|
|
155
|
+
const registry = this.queries.get(collectionName);
|
|
156
|
+
if (!registry) throw new Error(`Collection ${collectionName} not initialized!`);
|
|
157
|
+
if (!registry.get(qid)) return;
|
|
158
|
+
this.publishState(collectionName, qid, "active", null);
|
|
159
|
+
try {
|
|
160
|
+
const items = await this.executeQuery(collectionName, selector, options);
|
|
161
|
+
this.publishResult(collectionName, qid, items);
|
|
162
|
+
this.publishState(collectionName, qid, "complete", null);
|
|
163
|
+
} catch (error) {
|
|
164
|
+
this.publishState(collectionName, qid, "error", error);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Notify listeners about state changes and keep the cache updated
|
|
169
|
+
* @param collectionName - name of the collection
|
|
170
|
+
* @param qid - query id
|
|
171
|
+
* @param state - new state
|
|
172
|
+
* @param error - error if state is 'error', null otherwise
|
|
173
|
+
*/
|
|
174
|
+
publishState(collectionName, qid, state, error) {
|
|
175
|
+
const rec = this.queries.get(collectionName)?.get(qid);
|
|
176
|
+
if (!rec) return;
|
|
177
|
+
rec.state = state;
|
|
178
|
+
rec.error = error;
|
|
179
|
+
for (const callback of rec.listeners) try {
|
|
180
|
+
callback(state);
|
|
181
|
+
} catch (error_) {
|
|
182
|
+
this.onError(error_);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
publishResult(collectionName, qid, items) {
|
|
186
|
+
const rec = this.queries.get(collectionName)?.get(qid);
|
|
187
|
+
if (!rec) return;
|
|
188
|
+
rec.items = items;
|
|
189
|
+
}
|
|
190
|
+
async getIndexInfo(collectionName, selector) {
|
|
191
|
+
const storageAdapter = this.storageAdapters.get(collectionName);
|
|
192
|
+
if (!storageAdapter) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
193
|
+
if (selector != null && Object.keys(selector).length === 1 && "id" in selector && typeof selector.id !== "object") return {
|
|
194
|
+
matched: true,
|
|
195
|
+
ids: [selector.id].filter(Boolean),
|
|
196
|
+
optimizedSelector: {}
|
|
197
|
+
};
|
|
198
|
+
if (selector == null) return {
|
|
199
|
+
matched: false,
|
|
200
|
+
ids: [],
|
|
201
|
+
optimizedSelector: {}
|
|
202
|
+
};
|
|
203
|
+
return getIndexInfo((this.collectionIndices.get(collectionName) ?? []).map((field) => async (flatSelector) => {
|
|
204
|
+
if (!Object.hasOwnProperty.call(flatSelector, field)) return { matched: false };
|
|
205
|
+
const index = await storageAdapter.readIndex(field);
|
|
206
|
+
const fieldSelector = flatSelector[field];
|
|
207
|
+
const filtersForNull = fieldSelector == null || fieldSelector.$exists === false;
|
|
208
|
+
const keys = filtersForNull ? {
|
|
209
|
+
include: null,
|
|
210
|
+
exclude: [...index.keys()].filter((key) => key != null)
|
|
211
|
+
} : getMatchingKeys(field, flatSelector);
|
|
212
|
+
if (keys.include == null && keys.exclude == null) return { matched: false };
|
|
213
|
+
let includedIds = [];
|
|
214
|
+
if (keys.include == null) for (const set of index.values()) for (const pos of set) includedIds.push(pos);
|
|
215
|
+
else for (const key of keys.include) {
|
|
216
|
+
const idSet = index.get(key);
|
|
217
|
+
if (idSet) for (const id of idSet) includedIds.push(id);
|
|
218
|
+
}
|
|
219
|
+
if (keys.exclude != null) {
|
|
220
|
+
const excludeIds = /* @__PURE__ */ new Set();
|
|
221
|
+
for (const key of keys.exclude) {
|
|
222
|
+
const idSet = index.get(key);
|
|
223
|
+
if (idSet) for (const id of idSet) excludeIds.add(id);
|
|
224
|
+
}
|
|
225
|
+
includedIds = includedIds.filter((pos) => !excludeIds.has(pos));
|
|
226
|
+
}
|
|
227
|
+
return {
|
|
228
|
+
matched: true,
|
|
229
|
+
ids: includedIds,
|
|
230
|
+
fields: [field],
|
|
231
|
+
keepSelector: filtersForNull
|
|
232
|
+
};
|
|
233
|
+
}), selector);
|
|
234
|
+
}
|
|
235
|
+
async queryItems(collectionName, selector) {
|
|
236
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
237
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
238
|
+
const index = await this.getIndexInfo(collectionName, selector);
|
|
239
|
+
const matchItems = (item) => {
|
|
240
|
+
if (index.optimizedSelector == null) return true;
|
|
241
|
+
if (Object.keys(index.optimizedSelector).length <= 0) return true;
|
|
242
|
+
return match(item, index.optimizedSelector);
|
|
243
|
+
};
|
|
244
|
+
if (index.matched) {
|
|
245
|
+
const items = await storage.readIds(index.ids);
|
|
246
|
+
if (isEqual(index.optimizedSelector, {})) return items;
|
|
247
|
+
return items.filter(matchItems);
|
|
248
|
+
} else {
|
|
249
|
+
const allItems = await storage.readAll();
|
|
250
|
+
if (isEqual(selector, {})) return allItems;
|
|
251
|
+
return allItems.filter(matchItems);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
async executeQuery(collectionName, selector, options) {
|
|
255
|
+
const items = await this.queryItems(collectionName, selector || {});
|
|
256
|
+
const { sort, skip, limit, fields } = options || {};
|
|
257
|
+
const sorted = sort ? sortItems(items, sort) : items;
|
|
258
|
+
const skipped = skip ? sorted.slice(skip) : sorted;
|
|
259
|
+
const limited = limit ? skipped.slice(0, limit) : skipped;
|
|
260
|
+
const idExcluded = fields && fields.id === 0;
|
|
261
|
+
return limited.map((item) => {
|
|
262
|
+
if (!fields) return item;
|
|
263
|
+
return {
|
|
264
|
+
...idExcluded ? {} : { id: item.id },
|
|
265
|
+
...project(item, fields)
|
|
266
|
+
};
|
|
267
|
+
});
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* After mutations, recompute and push updates for affected active queries
|
|
271
|
+
* @param collectionName - name of the collection
|
|
272
|
+
* @param affectedItems - item states before and/or after the mutation
|
|
273
|
+
*/
|
|
274
|
+
async checkQueryUpdates(collectionName, affectedItems) {
|
|
275
|
+
const registry = this.queries.get(collectionName);
|
|
276
|
+
if (!registry) throw new Error(`Collection ${collectionName} not initialized!`);
|
|
277
|
+
if (registry.size === 0) return;
|
|
278
|
+
const affected = [...registry.values()].filter(({ selector }) => affectedItems.some((item) => match(item, selector)));
|
|
279
|
+
if (affected.length === 0) return;
|
|
280
|
+
for (const { selector, options } of affected) {
|
|
281
|
+
const qid = queryId(selector, options);
|
|
282
|
+
this.publishState(collectionName, qid, "active", null);
|
|
283
|
+
}
|
|
284
|
+
await Promise.all(affected.map(async ({ selector, options }) => {
|
|
285
|
+
const qid = queryId(selector, options);
|
|
286
|
+
try {
|
|
287
|
+
const items = await this.executeQuery(collectionName, selector, options);
|
|
288
|
+
this.publishResult(collectionName, qid, items);
|
|
289
|
+
this.publishState(collectionName, qid, "complete", null);
|
|
290
|
+
} catch (error) {
|
|
291
|
+
this.publishState(collectionName, qid, "error", error);
|
|
292
|
+
}
|
|
293
|
+
}));
|
|
294
|
+
}
|
|
295
|
+
async insert(collectionName, newItem) {
|
|
296
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
297
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
298
|
+
if ((await storage.readIds([newItem.id])).length > 0) throw new Error(`Item with id ${String(newItem.id)} already exists`);
|
|
299
|
+
await storage.insert([newItem]);
|
|
300
|
+
await this.checkQueryUpdates(collectionName, [newItem]);
|
|
301
|
+
return newItem;
|
|
302
|
+
}
|
|
303
|
+
async updateOne(collectionName, selector, modifier) {
|
|
304
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
305
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
306
|
+
const [item] = await this.executeQuery(collectionName, selector, { limit: 1 });
|
|
307
|
+
const { $setOnInsert, ...rest } = modifier;
|
|
308
|
+
if (item == null) return [];
|
|
309
|
+
const modified = modify(deepClone(item), rest);
|
|
310
|
+
if (item.id !== modified.id) {
|
|
311
|
+
if ((await storage.readIds([modified.id])).length > 0) throw new Error(`Item with id ${String(modified.id)} already exists`);
|
|
312
|
+
}
|
|
313
|
+
await storage.replace([modified]);
|
|
314
|
+
await this.checkQueryUpdates(collectionName, [item, modified]);
|
|
315
|
+
return [modified];
|
|
316
|
+
}
|
|
317
|
+
async updateMany(collectionName, selector, modifier) {
|
|
318
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
319
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
320
|
+
const items = await this.executeQuery(collectionName, selector);
|
|
321
|
+
if (items.length === 0) return [];
|
|
322
|
+
const { $setOnInsert, ...rest } = modifier;
|
|
323
|
+
const changed = await Promise.all(items.map(async (item) => {
|
|
324
|
+
const modified = modify(deepClone(item), rest);
|
|
325
|
+
if (item.id !== modified.id) {
|
|
326
|
+
if ((await storage.readIds([modified.id])).length > 0) throw new Error(`Item with id ${String(modified.id)} already exists`);
|
|
327
|
+
}
|
|
328
|
+
return modified;
|
|
329
|
+
}));
|
|
330
|
+
await storage.replace(changed);
|
|
331
|
+
await this.checkQueryUpdates(collectionName, [...items, ...changed]);
|
|
332
|
+
return changed;
|
|
333
|
+
}
|
|
334
|
+
async replaceOne(collectionName, selector, replacement) {
|
|
335
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
336
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
337
|
+
const [item] = await this.executeQuery(collectionName, selector, { limit: 1 });
|
|
338
|
+
if (item == null) return [];
|
|
339
|
+
const modified = {
|
|
340
|
+
...replacement,
|
|
341
|
+
id: replacement.id ?? item.id
|
|
342
|
+
};
|
|
343
|
+
if (item.id !== modified.id) {
|
|
344
|
+
if ((await storage.readIds([modified.id])).length > 0) throw new Error(`Item with id ${String(modified.id)} already exists`);
|
|
345
|
+
}
|
|
346
|
+
await storage.replace([modified]);
|
|
347
|
+
await this.checkQueryUpdates(collectionName, [item, modified]);
|
|
348
|
+
return [modified];
|
|
349
|
+
}
|
|
350
|
+
async removeOne(collectionName, selector) {
|
|
351
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
352
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
353
|
+
const [item] = await this.executeQuery(collectionName, selector, { limit: 1 });
|
|
354
|
+
if (item == null) return [];
|
|
355
|
+
await storage.remove([item]);
|
|
356
|
+
await this.checkQueryUpdates(collectionName, [item]);
|
|
357
|
+
return [item];
|
|
358
|
+
}
|
|
359
|
+
async removeMany(collectionName, selector) {
|
|
360
|
+
const storage = this.storageAdapters.get(collectionName);
|
|
361
|
+
if (!storage) throw new Error(`No persistence adapter for collection ${collectionName}`);
|
|
362
|
+
const items = await this.executeQuery(collectionName, selector);
|
|
363
|
+
if (items.length === 0) return [];
|
|
364
|
+
await storage.remove(items);
|
|
365
|
+
await this.checkQueryUpdates(collectionName, items);
|
|
366
|
+
return items;
|
|
367
|
+
}
|
|
9
368
|
};
|
|
369
|
+
//#endregion
|
|
370
|
+
export { AsyncDataAdapter as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
//#region src/utils/uniqueBy.ts
|
|
2
|
+
/**
|
|
3
|
+
* Filters an array to ensure unique values based on a specified key or transformation function.
|
|
4
|
+
* @template T - The type of the elements in the array.
|
|
5
|
+
* @param array - The array to filter for unique values.
|
|
6
|
+
* @param fn - A key or transformation function to determine uniqueness.
|
|
7
|
+
* - If a key is provided, it will use the corresponding property of each element for uniqueness.
|
|
8
|
+
* - If a function is provided, it will use the return value of the function applied to each element for uniqueness.
|
|
9
|
+
* @returns A new array containing only unique elements based on the specified key or transformation.
|
|
10
|
+
*/
|
|
11
|
+
function uniqueBy(array, fn) {
|
|
12
|
+
const set = /* @__PURE__ */ new Set();
|
|
13
|
+
return array.filter((element) => {
|
|
14
|
+
const value = typeof fn === "function" ? fn(element) : element[fn];
|
|
15
|
+
return !set.has(value) && set.add(value);
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.default = uniqueBy;
|