My LuaSQL sample runs on OSX and iOS. FWIW, this sample should run on a vanilla installation of Moai. When I try to open an SQL database on the Android host, I get the following error:
unable to open database file
Do I need to do anything special to use SQLite databases on Android?
EDIT: It looks like the short answer is yes. What does a person need to do to get a SQLite database to work on Android with Moai? Should there be some sort of an initialization call that moves the database to the correct location if the DB exists and the script is running on Android?

