Skip to content

An in-memory database that mimics the idb api (jakearchibald/idb)

License

Notifications You must be signed in to change notification settings

engineerapart/idb-inmemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

idb-inmemory

An in-memory database that mimics the idb api jakearchibald/idb

Note

I started this as an approach for a project but decided to go another way. Committing this for posterity and indeed I do actually hope to come back and finish it. It would be ideal to support browsers that don't implement indexedDB, and browsers that block IDB in private browsing (e.g. Firefox as of May 2020).

In the meantime, take a look at https://github.com/dumbmatter/fakeIndexedDB which is an in-memory version of indexedDB (duplicating that API, not the idb package's API) and may serve your needs.

About

An in-memory database that mimics the idb api (jakearchibald/idb)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published