The IndexedDB api had nothing to do with BDB, nor is it implemented with it on any browser I know. chrome uses Levels, which itself is a much different API than IndexedDB.
FIREFOX uses sqlite I assume because sqlite is already used throughout the project and it keeps things simpler and more consistent not to mix storage backends. On Nov 2, 2013 11:40 PM, <kyaw...@yathit.com> wrote: > IndexedDB api is based on Oracle Berkeley DB. It is open source with c/c++ > or java implementation. It is natural fit for IndexedDB implementation. > > Why firefox chose Sqlite as backed for IndexedDB implementation? > > Thanks, > Kyaw > _______________________________________________ > dev-webapps mailing list > dev-webapps@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-webapps > _______________________________________________ dev-webapps mailing list dev-webapps@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-webapps