I'm new to PhoneGap, and to programming with database storage in general. I have searched & read many articles & StackOverflow questions detailing different methods of integrating a database with a PhoneGap app, but most are written for earlier versions of PhoneGap, and address different uses to the ones my app needs. My app needs:
1) To ship pre-populated with text records.
2) To offer pre-indexed full-text search of these records.
I am using PhoneGap 3.1, which according to the API documentation has two built-in database methods: Web Storage, and Web SQL Database. The PhoneGap SQLite is also recommended in many articles, but I haven't found any references to people using it with PhoneGap 3.1.
Can anyone suggest which database option I am better off focusing on to perform the functions needed, or any introductory articles that would explain the difference?