What version of SQLite is supported?

Is there a specific version of SQLite that is supported? In the documentation they call it SQLite3. I want to create a table ahead of time and then put the database on the device. I would like to add data to it as well. I was looking at how to do this with Visual Studio as well as long as the same version is supported both ways.

Warren

Windows and Android use SQLite version 3.7.14.1.

On Mac and iOS, Corona uses whatever version that is included with the OS, which is 3.7.x.

(The version may vary depending on the Apple OS version.)

Have a look at sample app “Storage/SQLite” that is included with the Corona Simulator.  The “main.lua” shows you how to retrieve the SQLite version dynamically if it’s useful to you.

Windows and Android use SQLite version 3.7.14.1.

On Mac and iOS, Corona uses whatever version that is included with the OS, which is 3.7.x.

(The version may vary depending on the Apple OS version.)

Have a look at sample app “Storage/SQLite” that is included with the Corona Simulator.  The “main.lua” shows you how to retrieve the SQLite version dynamically if it’s useful to you.