JavaScript Library to Bridge IndexedDB and WebSQL

后端 未结 6 1270
野的像风
野的像风 2020-12-23 02:50

I\'m curious if there is a library or a project out there to provide a generic interface to IndexedDB or to WebSQL, depending on user\'s browser\'s support. If they\'re usin

6条回答
  •  隐瞒了意图╮
    2020-12-23 03:08

    Take a look at this: https://github.com/axemclion/IndexedDBShim

    It's a polyfill to enable IndexedDB using WebSql. I use it and I think it's quite good, but as every solution, it has some limitations, although you can develop it almost whatever you want without big problems.

提交回复
热议问题