Web SQL is deprecated per https://www.w3.org/TR/webdatabase/. You can use IndexedDB if you need to store structured client specific data that you do not store in the server side or you do not want to request from the server every time. Also as opposed to localStorage , IndexedDB is async so it is more performant.26 Sept 2017
IndexDB
Posted on:July 9, 2023 at 06:16 AM