forked from indexeddbshim/IndexedDBShim
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INCOMPLETE: Add to README, run other tests
- Enhancement: Make addition of `.sqlite` extension to `__sysdb__` conditional on `CFG.addSQLiteExtension` setting - Enhancement: Support `autoName` config to interpret empty string name as a cue for creating a database name automatically (introspect on `IDBDatabase.name` to get the actual name used) (untested) - Enhancement: Support `memoryDatabase` config to cause all opening, deleting, and listing to be of SQLite in-memory databases (for Node); name supplied by user is still used (including to automatically build a cache since SQLite does not allow naming of in-memory databases); the name is also accessible to `IDBFactory.webkitGetDatabaseNames()`; causes database name/version tracking to also be within an in-memory database; part of indexeddbshim#278 (untested); builds on work by @ThomasGreiner) - Enhancement: Support `cacheDatabaseInstances` config to ensure that any repeat `IDBFactory.open` call to the same name and version (assuming no deletes or aborts causing rollbacks) will reuse the same SQLite `openDatabase` instance
- Loading branch information
Showing
16 changed files
with
615 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.