Can I build games as well as application with Solar2d?

Hello. I’m new here. I just ask can I build games as well as applications for mobile with Solar2d?
Applications such as database connector with MySQL or SQL.
Thanks

You can build games and apps. I think the SDK is generally better for games.

Give us a clearer idea of exactly what you want to do with your app to get a better/clearer answer on the apps side of the question.

Beyond the problems of interfacing with a DB I would suggest to give a very thorough look at all the widgets, usually indispensable in a business app.

For example if you need a field for character input, know that there is only the foreign version of the Solar2d world: pure lua (native.newTextField).

So it is not integrated with the “composer” mechanics.

While in my opinion the simplicity and power of the language are fantastic!

I would love to hear your final conclusions

Renato