Here I am making app of Sqlite3 database in Windows store apps in HTML /java script.
Right now I am using Sqlite3-WinRT component.
Its working fine but I am not getting required performance. Its taking too much time for insertion data. Is there any way to make the insert performance faster with this library?
If this is not possible, can any one can suggest me any other library or component for using sqlite3 in Windows store apps??
Thanks in advance..