Intel XDK: Connecting your mobile app to a database
问题 I am currently developing an application which if I don't have a database, the application after building will be heavy. How do I connect the application to a database, either local or remote? Thanks in advance. 回答1: You can use one of the following methods for using database: 1- Using HTML5 client side databases. HTML5 provides four different types of Storage of data on a local client's machine. They are Local Storage. Web SQL Storage. Session Storage Indexed DB It depends on your demands