ngx-indexed-db icon indicating copy to clipboard operation
ngx-indexed-db copied to clipboard

A service that wraps IndexedDB database in an Angular service. It exposes very simple observables API to enable the usage of IndexedDB without most of it plumbing.

Results 30 ngx-indexed-db issues
Sort by recently updated
recently updated
newest added

Hi @assuncaocharles, I added an example of how to use multiple db. I await your feedback, thanks.

This block of code is not compatible with current version ``` db.openCursor('people', (evt) => { var cursor = (evt.target).result; if(cursor) { console.log(cursor.value); cursor.continue(); } else { console.log('Entries all displayed.'); }...

Hello everyone, support for angular 14 should be foreseen.

### Discussed in https://github.com/assuncaocharles/ngx-indexed-db/discussions/294 Originally posted by **DadvDadv** January 12, 2022 Hi, I d'nt figure how to create more than one database (not table), i would like to create a...

help wanted
good first issue
Feat Request

The creation of the database is done in your forroot that call the ngx indexed db service constructor which create the db in asynchronous action. If some code try to...

question

I am calling createObjectStore of NgxIndexedDBService to dynamically add stores at runtime. It makes my declaration version of DBConfig behind the actual at any point of time. I guess, Due...

I have a situation where I am clearing out a store on logout. The problem I am encountering is when the user clears the browsing cache and then logs out....

good first issue

It would be very useful if cursor direction was supported (for example to retrieve the last item of an index). _store.openCursor(query, [direction]);_

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies