Skip to content

Commit

Permalink
ADD article (#5978)
Browse files Browse the repository at this point in the history
* ADD article

* ADD content

* chore

* CHORE content

* CHORE text

* CHORe

* CHORE text

* CHORE

* CHORE

* CHORE

* CHORE

* CHORE

* CHORE

* IMPROVE

* FIX typos
  • Loading branch information
pubkey authored Oct 15, 2024
1 parent 6623d05 commit 18ad3b9
Show file tree
Hide file tree
Showing 6 changed files with 428 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs-src/docs/articles/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Finding the optimal way to shorten vector embeddings
- Performance and quality of vector comparison functions (euclideanDistance etc)
- performance and quality of vector indexing methods

- What is new in IndexedDB 3.0

## Seo keywords:

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-src/docs/articles/localstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ While **localStorage** serves as a reliable storage solution for simpler data ne
complex queries can pose a challenge with IndexedDB, and while its performance is acceptable, IndexedDB can be [too slow](../slow-indexeddb.md) for some use cases.

```js
// localStorage can observe chanes with the storage event.
// localStorage can observe changes with the storage event.
// This feature is missing in IndexedDB
addEventListener("storage", (event) => {});
```
Expand Down
1 change: 1 addition & 0 deletions docs-src/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const sidebars = {
'articles/ionic-database',
'articles/json-database',
'articles/websockets-sse-polling-webrtc-webtransport',
'articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm',
'articles/localstorage',
'articles/mobile-database',
'articles/progressive-web-app-database',
Expand Down
67 changes: 67 additions & 0 deletions docs-src/static/files/icons/sqlite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/rx-collection-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export async function removeCollectionStorages(
);
const relevantCollectionMetaDocs = allCollectionMetaDocs
.filter(metaDoc => metaDoc.data.name === collectionName);

let removeStorages: {
collectionName: string;
schema: RxJsonSchema<any>;
Expand Down

0 comments on commit 18ad3b9

Please sign in to comment.