accessing arbitrary SQL database from LUA

roughboy

Chieftain
Joined
Oct 31, 2010
Messages
5
are there any restrictions on accessing arbitrary databases (that is user-created databases that are not included in Civ5) with LUA script from within a Civ5 mod?

I would like to use LUA from within a mod to access an external SQLite database.

thanks.
 
are there any restrictions on accessing arbitrary databases (that is user-created databases that are not included in Civ5) with LUA script from within a Civ5 mod?

I would like to use LUA from within a mod to access an external SQLite database.

thanks.

An external database? That's a fascinating idea. Then you could use a remote database connection. Just think of the possibilities. :D

I'm guessing you'd need to do some C++ work in the dll's for this, but who knows. If you figure it out, please update this thread.
 
Back
Top Bottom