sqlite synchronous sqlite synchronous sqlite sqlite

sqlite synchronous


No, but there's a library that may help...

http://html5sql.com/

I've just started using it myself and it allows you to execute multiple or single SQL requests, with 1 callback. It may be just what you need :)


You can use Siminov Framework. It allows you to make both Synchronous/Asynchronous calls to the native SQLite database. It supports most of the Hybrid Frameworks such as (Cordova, React Native, Xamarin)

However if you are building a Hybrid Apps using JavaScript, then I would recommend to use Asynchronous calls because it has a performance advantage over Synchronous calls.