JavaScript Library to Bridge IndexedDB and WebSQL

后端 未结 6 1289
野的像风
野的像风 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:02

    You might want to go with Lawnchair, which is quite well known, as mentioned by Guido Tapia in the question that you link to.

    Either that, or use his picnet.data.DataManager solution.

    Also take a look at persistence.js.

提交回复
热议问题