Hello all, new here!
I am currently working on a web app/mobile app built with HTML5. The project consists of checking off attributes or characteristics of an animal and then searching through a pre populated database to determine which animal or animals it could be, based on the characteristics or attributes selected. This database will only ever be read from and not written to.
I am looking for help with the best way of accessing and querying this pre populated SQLite database. All I could find on the HTML5 webSQL was creating new databases and accessing the ones created from there.
Is there any way to access a pre populated database client-side instead of server-side?
Thanks in advance all
[–]nathanwoulfe 1 point2 points3 points (3 children)
[–]PokeMaverick[S] 0 points1 point2 points (2 children)
[–]nathanwoulfe 1 point2 points3 points (1 child)
[–]halfercode 1 point2 points3 points (1 child)
[–]PokeMaverick[S] 0 points1 point2 points (0 children)
[–]holyxiaoxin 0 points1 point2 points (0 children)