Can we use LuaSQL database connector within Defold?

So i just want to really make sure because this one is critical to our project.
We need to port a game so it is desirable if we can connect directly with the current database instead of over http.
So can we add these lua scripts?
http://keplerproject.github.io/luasql/manual.html

and then use it inside Defold Environment?

Thank you.

You cannot currently use any external library that isn’t a pure Lua library, and from what I can tell in the LuaSql manual it “is distributed as a set of C source files”. Once we have the extension system in place (hopefully soon) it will become possible to include and use LuaSql in your project, but not until then.

1 Like