[Resolved] install sql lite corona?

i downloaded SQL lite for corona here
http://lua.sqlite.org/index.cgi/index

I then look at the docs and it says to download a few more things.
I am confused what I need to download and how do i get it to work for a corona project.
Please dont post a link becaus i have checked the websites on this point and I dont get it.

DOWNLOAD
LuaSQLite 3 source code can be downloaded from its LuaForge (http://luaforge.net/projects/luasqlite/) page.

You will also need to build or obtain an SQLite3 loadable library (DLL or .so). See http://www.sqlite.org/ for obtaining SQLite3 source code or downloading a binary SQLite3 library.
[import]uid: 138547 topic_id: 29387 reply_id: 329387[/import]

is this the answer ?

http://developer.coronalabs.com/forum/2011/02/03/install-sqlite3 [import]uid: 138547 topic_id: 29387 reply_id: 118093[/import]

Yes, that is correct. SQlite is a default module for corona that you can require in. The only time you might need to install something seperate is if you want to view your sqlite database outside of Corona. [import]uid: 41884 topic_id: 29387 reply_id: 118108[/import]