localStorage vs SQLite?
问题 I'm building a Packaged App for Chrome. Looking into my database options, I'm curious if I understand the proper way of using these. With SQLite, I'd create table books with the following rows _id , title , category , date , price , qty_sold . With localStorage, I'd create table _id with key/pair such as 1 , x499faj4 . Then I'd create table title with key/pair x499faj4 , book title . Table category , with x499faj4 , fiction . I'm not sure if that makes sense. localStorage seems easier to